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

This commit is contained in:
2016-06-03 14:38:58 +02:00
parent d2b4afd9d4
commit 6ae67f8e09
2 changed files with 11 additions and 1 deletions

View File

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