Enable store auto-optimization.

This commit is contained in:
Gabriel Ebner 2015-05-24 11:42:07 +02:00
parent 7653bcd70c
commit ff81cb69dc
1 changed files with 1 additions and 0 deletions

View File

@ -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;