diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-31 16:15:50 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-31 16:15:50 +0200 |
commit | 75ccbcda08d17447a1760b404c537cd636834fbb (patch) | |
tree | e5cae84c2d463381fe8b7f14d6ca66260b2f3866 /hosts | |
parent | Update PARTITIONING guide (diff) | |
download | nixos-config-75ccbcda08d17447a1760b404c537cd636834fbb.tar.gz nixos-config-75ccbcda08d17447a1760b404c537cd636834fbb.tar.bz2 nixos-config-75ccbcda08d17447a1760b404c537cd636834fbb.zip |
Pin nixpkgs registry
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index a0ae88b..bc63371 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -160,6 +160,7 @@ }; nix = { + registry.nixpkgs.flake = inputs.nixpkgs; gc = { automatic = true; dates = "daily"; |