From a6e5f0b70bbd34a942eac1b1799afdfeb6e08be4 Mon Sep 17 00:00:00 2001 From: Larra Emily Sarah Date: Mon, 29 Dec 2025 16:36:52 +0100 Subject: [PATCH] "88 2025-12-29 16:36:51 26.05.20251218.c6245e8 6.18.1" --- configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/configuration.nix b/configuration.nix index 3129106..a702a6a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -281,8 +281,17 @@ system.autoUpgrade = { enable = true; dates = "weekly"; + flake = "path:/home/sarah/flakes"; + flags = [ + "--update-input" + "nixpkgs" + "--commit-lock-file" + "--impure" + ]; }; + programs.git.config.safe.directory = "path:/home/sarah/flakes"; + # auto cleanup nix.gc = { automatic = true;