🔧 darwin: automatic nix gc

This commit is contained in:
2022-11-25 22:50:34 -05:00
parent e8fe20ffcb
commit 1f87bb4a5e
2 changed files with 27 additions and 24 deletions

View File

@ -8,6 +8,9 @@
experimental-features = nix-command flakes
'';
gc = {
automatic = true;
};
settings = {
trusted-users = [ "root" "@admin" ];
};