summaryrefslogtreecommitdiff
path: root/system-profiles/core.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-03-21 13:33:09 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2023-03-21 13:33:09 +0100
commit2b14d6d4f414b5692fa29685934096536e0a7e19 (patch)
tree42c77c77dd69c0254483054215128f8c94b3abbb /system-profiles/core.nix
parentffd7c4837f36bbfa81b1534a0bdd6a0e0194f3b5 (diff)
downloadnixos-2b14d6d4f414b5692fa29685934096536e0a7e19.tar
nixos-2b14d6d4f414b5692fa29685934096536e0a7e19.tar.gz
nixos-2b14d6d4f414b5692fa29685934096536e0a7e19.tar.bz2
nixos-2b14d6d4f414b5692fa29685934096536e0a7e19.tar.xz
nixos-2b14d6d4f414b5692fa29685934096536e0a7e19.zip
flake-registry
Diffstat (limited to 'system-profiles/core.nix')
-rw-r--r--system-profiles/core.nix2
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