aboutsummaryrefslogtreecommitdiff
path: root/hosts/RyanMac/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/RyanMac/configuration.nix')
-rw-r--r--hosts/RyanMac/configuration.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/RyanMac/configuration.nix b/hosts/RyanMac/configuration.nix
index d7a8186..088b774 100644
--- a/hosts/RyanMac/configuration.nix
+++ b/hosts/RyanMac/configuration.nix
@@ -126,8 +126,13 @@ in {
126 126
127 nix = { 127 nix = {
128 enable = true; 128 enable = true;
129 linux-builder = {
130 enable = true;
131 ephemeral = true;
132 };
129 settings = { 133 settings = {
130 flake-registry = "/etc/nix/flake-registry.json"; 134 flake-registry = "/etc/nix/flake-registry.json";
135 trusted-users = [ "@admin" ];
131 "extra-experimental-features" = [ "nix-command" "flakes" ]; 136 "extra-experimental-features" = [ "nix-command" "flakes" ];
132 }; 137 };
133 }; 138 };