diff --git a/flake.nix b/flake.nix index 21c9df99..205844b7 100644 --- a/flake.nix +++ b/flake.nix @@ -188,6 +188,10 @@ "time.cloudflare.com" ] ++ 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. nix.nixPath = lib.mapAttrsToList