From 2b5a0f18d9c405d3e3f0eea81096b0649b0e25cf Mon Sep 17 00:00:00 2001 From: geemili Date: Sun, 31 Dec 2023 22:32:44 -0700 Subject: [PATCH] fix: use flake for autoUpgrade instead of /etc/nixos --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index c1d61eb..f48b83b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -211,6 +211,7 @@ # Enable automatic upgrades system.autoUpgrade.enable = true; system.autoUpgrade.allowReboot = true; + system.autoUpgrade.flake = "127.0.0.1:3000/Twins/server-configuration.git"; # Enable automatic garbage collection nix.gc = {