Enable store auto-optimization.
This commit is contained in:
parent
7653bcd70c
commit
ff81cb69dc
@ -11,6 +11,7 @@
|
||||
|
||||
nix.binaryCaches = [ https://hydra.nixos.org https://cache.nixos.org ];
|
||||
nix.trustedBinaryCaches = [ https://hydra.nixos.org https://cache.nixos.org ];
|
||||
nix.extraOptions = "auto-optimise-store = true";
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
networking.firewall.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user