Librairie gzip manquante pour auto-upgrade

This commit is contained in:
nyanloutre 2018-04-13 16:10:14 +02:00
parent ad6720fe82
commit a2227a6a2a
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@
security.sudo.wheelNeedsPassword = false;
system.autoUpgrade.enable = true;
systemd.services.nixos-upgrade.path = with pkgs; [ gzip gnutar xz.bin config.nix.package.out ];
nix.gc.automatic = true;
nix.gc.options = "--delete-older-than 15d";
}