mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
config: disable Nix channel tools by default
This commit is contained in:
parent
457638a65b
commit
6e3c6f8509
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user