ajout de la mise à jour automatique du système en manuel

extraction-donnees-privees
Jean-Pierre PRUNARET 9 years ago
parent d2b4afd9d4
commit 6ae67f8e09

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
# Automatic update & automatic clean
system.autoUpgrade.enable = true;
nix.gc.automatic = true;
}

@ -2,8 +2,11 @@
{ {
imports = [ imports = [
./tools.nix #./activation-manuelle/auto-upgrade.nix
#./activation-manuelle/locate.nix
#./activation-manuelle/swap.nix
./localisation.nix ./localisation.nix
./networking.nix ./networking.nix
./tools.nix
]; ];
} }

Loading…
Cancel
Save