disable services which don't work in nixos containers
All checks were successful
Check Flake / check-flake (push) Successful in 3m17s

This commit is contained in:
2026-02-25 23:37:26 -08:00
parent f4a4edf478
commit 4eb0401263
2 changed files with 12 additions and 5 deletions

View File

@@ -96,7 +96,7 @@
{ groups = [ "wheel" ]; persist = true; }
];
nix.gc.automatic = true;
nix.gc.automatic = !config.boot.isContainer;
security.acme.acceptTerms = true;
security.acme.defaults.email = "zuckerberg@neet.dev";