beatific: disable nix channels
This commit is contained in:
parent
4ba359de1a
commit
09aaff6d5d
@ -22,8 +22,6 @@
|
||||
|
||||
beatific.hostName = "backyard";
|
||||
|
||||
nix.channel.enable = false;
|
||||
|
||||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
|
@ -56,6 +56,7 @@ in {
|
||||
enable = true;
|
||||
block = [ "fakenews" "gambling" "porn" ];
|
||||
};
|
||||
nix.channel.enable = false;
|
||||
nix.extraOptions = "experimental-features = nix-command flakes";
|
||||
nix.settings.trusted-users = [ "tvb" ];
|
||||
# Link /etc/nixos to the flake source
|
||||
|
Loading…
Reference in New Issue
Block a user