diff options
Diffstat (limited to 'system-profiles')
-rw-r--r-- | system-profiles/core.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system-profiles/core.nix b/system-profiles/core.nix index 40bd20c6..f6d5a21e 100644 --- a/system-profiles/core.nix +++ b/system-profiles/core.nix | |||
@@ -47,6 +47,8 @@ in { | |||
47 | sandbox = true; | 47 | sandbox = true; |
48 | allowed-users = [ "*" ]; | 48 | allowed-users = [ "*" ]; |
49 | trusted-users = [ "root" "@wheel" ]; | 49 | trusted-users = [ "root" "@wheel" ]; |
50 | |||
51 | flake-registry = "${flakeInputs.flake-registry}/flake-registry.json"; | ||
50 | }; | 52 | }; |
51 | extraOptions = '' | 53 | extraOptions = '' |
52 | experimental-features = nix-command flakes | 54 | experimental-features = nix-command flakes |