diff --git a/nixos/roles/nix.nix b/nixos/roles/nix.nix index 77d110f..543ac7d 100644 --- a/nixos/roles/nix.nix +++ b/nixos/roles/nix.nix @@ -1,6 +1,7 @@ { nix = { settings = { + # trusted-public-keys belonging to specific persons are set in rolse/admins.nix trusted-public-keys = []; experimental-features = [ "flakes" @@ -11,6 +12,7 @@ builders-use-substitutes = true; }; gc = { + automatic = true; persistent = false; dates = "weekly"; options = "-d";