config: disable Nix channel tools by default

This commit is contained in:
Gabriel Arazas 2023-12-20 10:41:39 +08:00
parent 457638a65b
commit 6e3c6f8509
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -188,6 +188,10 @@
"time.cloudflare.com" "time.cloudflare.com"
] ++ options.networking.timeServers.default; ] ++ options.networking.timeServers.default;
# Disable channel state files. This shouldn't break any existing
# programs as long as we manage them NIX_PATH ourselves.
nix.channel.enable = lib.mkDefault false;
# Set several paths for the traditional channels. # Set several paths for the traditional channels.
nix.nixPath = nix.nixPath =
lib.mapAttrsToList lib.mapAttrsToList