modules/nix-config-server: trust root and admins
This commit is contained in:
parent
ef54107382
commit
c5aa7f5787
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ in {
|
||||||
nix = {
|
nix = {
|
||||||
package = inputs.nix-super.defaultPackage.${pkgs.system};
|
package = inputs.nix-super.defaultPackage.${pkgs.system};
|
||||||
|
|
||||||
|
trustedUsers = [ "root" "@wheel" "@admins" ];
|
||||||
|
|
||||||
extraOptions = fixPriority ''
|
extraOptions = fixPriority ''
|
||||||
experimental-features = nix-command flakes ca-references
|
experimental-features = nix-command flakes ca-references
|
||||||
builders-use-substitutes = true
|
builders-use-substitutes = true
|
||||||
|
|
Loading…
Reference in a new issue