diff options
| author | Fuwn <[email protected]> | 2024-09-17 01:22:44 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-17 01:22:44 -0700 |
| commit | cbf838642b1f92d6799dce42bbb73a874563a8ed (patch) | |
| tree | fd5d25ae0e3ba6e7c7615e0e9626056e5264680d | |
| parent | nix: top-level nix path (diff) | |
| download | nixos-config-cbf838642b1f92d6799dce42bbb73a874563a8ed.tar.xz nixos-config-cbf838642b1f92d6799dce42bbb73a874563a8ed.zip | |
nix: disable nix-channel
| -rw-r--r-- | modules/nix/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/nix/default.nix b/modules/nix/default.nix index 2a353b2..8e928d5 100644 --- a/modules/nix/default.nix +++ b/modules/nix/default.nix @@ -21,6 +21,7 @@ registry.nixpkgs.flake = inputs.nixpkgs; package = pkgs.nixVersions.git; nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; + channel.enable = false; settings = { auto-optimise-store = true; |