diff options
Diffstat (limited to 'nixos/configuration.nix')
| -rw-r--r-- | nixos/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 7306ccb..7252744 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -34,6 +34,10 @@ options = "--delete-old"; }; }; + system.autoUpgrade = { + enable = true; + flags = [ "--upgrade-all" ]; + } # Some programs need SUID wrappers, can be configured further or are # started in user sessions. |
