"88 2025-12-29 16:36:51 26.05.20251218.c6245e8 6.18.1"
This commit is contained in:
@@ -281,8 +281,17 @@
|
|||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dates = "weekly";
|
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
|
# auto cleanup
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user