"88 2025-12-29 16:36:51 26.05.20251218.c6245e8 6.18.1"

This commit is contained in:
Larra Emily Sarah
2025-12-29 16:36:52 +01:00
parent 9c39f49b09
commit a6e5f0b70b

View File

@@ -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;