Files
alo-cluster/common/global/nix.nix

9 lines
159 B
Nix

{
nix.settings.trusted-users = [ "root" "@wheel" ];
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
}