Add ignoredUnits option; skip logrotate failures on s0 because they are spurious

This commit is contained in:
2026-03-03 21:46:19 -08:00
parent 6bd1b4466e
commit c6eeea982e
3 changed files with 14 additions and 0 deletions

View File

@@ -9,6 +9,8 @@
networking.hostName = "s0";
ntfy-alerts.ignoredUnits = [ "logrotate" ];
# system.autoUpgrade.enable = true;
nix.gc.automatic = lib.mkForce false; # allow the nix store to serve as a build cache