modules/nix-config-server: trust root and admins

This commit is contained in:
Max Headroom 2021-10-16 14:38:51 +02:00
parent ef54107382
commit c5aa7f5787

View file

@ -7,6 +7,8 @@ in {
nix = {
package = inputs.nix-super.defaultPackage.${pkgs.system};
trustedUsers = [ "root" "@wheel" "@admins" ];
extraOptions = fixPriority ''
experimental-features = nix-command flakes ca-references
builders-use-substitutes = true