chore: flake update

This commit is contained in:
2026-07-07 19:49:53 +02:00
parent 08c0773472
commit 4d1c4a859b
4 changed files with 12 additions and 211 deletions
+2 -5
View File
@@ -68,11 +68,8 @@
"m3tam3re"
]; # Set users that are allowed to use the flake command
};
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
# Garbage collection is handled by programs.nh.clean on each host.
# Keep nix.gc.automatic disabled to avoid dueling GC timers.
optimise.automatic = true;
registry =
(lib.mapAttrs (_: flake: {inherit flake;}))