diff --git a/configuration.nix b/configuration.nix index c082346..e843abe 100644 --- a/configuration.nix +++ b/configuration.nix @@ -32,6 +32,7 @@ "openssl-1.0.2u" ]; + system.autoUpgrade.enable = true; system.stateVersion = "20.03"; # We can stay here }