ajout de la mise à jour automatique du système en manuel
This commit is contained in:
7
activation-manuelle/auto-upgrade.nix
Normal file
7
activation-manuelle/auto-upgrade.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Automatic update & automatic clean
|
||||
system.autoUpgrade.enable = true;
|
||||
nix.gc.automatic = true;
|
||||
}
|
||||
Reference in New Issue
Block a user