diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-16 19:30:02 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-16 19:30:02 +0530 | 
| commit | 4b676541be3e096784175f8e998f6affa70be122 (patch) | |
| tree | b3d12d429f0136c4dd73a5bee538195b7a440192 /modules/core/global.nix | |
| parent | 2fa70c8bcdca928cf0b17f584ec0ef733ad033ad (diff) | |
update
Diffstat (limited to 'modules/core/global.nix')
| -rw-r--r-- | modules/core/global.nix | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/modules/core/global.nix b/modules/core/global.nix index 71c82f0..1ef2ab7 100644 --- a/modules/core/global.nix +++ b/modules/core/global.nix @@ -9,6 +9,7 @@ in {        auto-optimise-store = true;      };      nixPath = [ "nixpkgs=${nix_path}" ]; +    channel.enable = false;    };    systemd.tmpfiles.rules = [ | 
