From 650935d170955fb63c8ec50d0daecb961d0aebf8 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Mon, 9 Sep 2024 22:37:44 +0200 Subject: [PATCH] fix autoupgrade comment --- modules/server/system.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/server/system.nix b/modules/server/system.nix index dcc65ca..f4c8dd3 100644 --- a/modules/server/system.nix +++ b/modules/server/system.nix @@ -6,10 +6,7 @@ # Automatically `nixos-rebuild switch` daily with the latest configuration # from git. This overwrites any uncommitted changes in ~/nixos/, which is why # it is only enabled on servers. Note that this requires updating flake.lock - # in the repository periodically (see Containerfile). Alternatively, at the - # cost of reproducability, add - # flags = [ "--recreate-lock-file" "--no-write-lock-file" ] - # to ignore the repository flake.lock and use the latest input versions. + # in the repository periodically (see .gitea/workflows/update.yaml). system.autoUpgrade = { enable = true; flake = "git+https://git.caspervk.net/caspervk/nixos.git";