Wrap tofi without forcing a rebuild.

This commit is contained in:
Tom Alexander
2025-01-19 10:35:31 -05:00
parent 2aca77ea1a
commit 8d911ff893
2 changed files with 7 additions and 13 deletions

View File

@@ -109,7 +109,7 @@
randomizedDelaySec = "14m";
options = "--delete-older-than 30d";
};
# nix.settings.auto-optimise-store = true;
nix.settings.auto-optimise-store = !config.me.buildingIso;
# Use doas instead of sudo
security.doas.enable = true;