beatific: disable nix channels

This commit is contained in:
Tim Van Baak 2024-12-17 19:36:35 +00:00
parent 4ba359de1a
commit 09aaff6d5d
2 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,6 @@
beatific.hostName = "backyard";
nix.channel.enable = false;
# Enable networking
networking.networkmanager.enable = true;

View File

@ -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