modules/nix-config-server: remove ca-references
This commit is contained in:
parent
afca7a3f83
commit
0269e58fba
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ in {
|
||||||
trustedUsers = [ "root" "@wheel" "@admins" ];
|
trustedUsers = [ "root" "@wheel" "@admins" ];
|
||||||
|
|
||||||
extraOptions = fixPriority ''
|
extraOptions = fixPriority ''
|
||||||
experimental-features = nix-command flakes ca-references
|
experimental-features = nix-command flakes
|
||||||
builders-use-substitutes = true
|
builders-use-substitutes = true
|
||||||
flake-registry = ${
|
flake-registry = ${
|
||||||
pkgs.writeText "null-registry.json" ''{"flakes":[],"version":2}''
|
pkgs.writeText "null-registry.json" ''{"flakes":[],"version":2}''
|
||||||
|
|
Loading…
Reference in a new issue