disable services which don't work in nixos containers
All checks were successful
Check Flake / check-flake (push) Successful in 3m17s
All checks were successful
Check Flake / check-flake (push) Successful in 3m17s
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user