From e5ea0ddcc17129d85b19c6c47046f79c99033f09 Mon Sep 17 00:00:00 2001 From: foosinn Date: Mon, 4 Oct 2021 10:28:34 +0200 Subject: [PATCH] auto-update nixos --- configuration.nix | 1 + 1 file changed, 1 insertion(+) 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 }