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 {
nix = {
enable = true;
+ linux-builder = {
+ enable = true;
+ ephemeral = true;
+ };
settings = {
flake-registry = "/etc/nix/flake-registry.json";
+ trusted-users = [ "@admin" ];
"extra-experimental-features" = [ "nix-command" "flakes" ];
};
};