Compare

f67b48b02b0813273d3375cf0d3f3319a0a79dbd .. 1a71e94eb8ca1585201263cf654611ef6849d359 · 1 commits

Changed files

FileChanges
hosts/RyanMac/configuration.nix +5 −0 raw

Commits

HashSubjectAuthorDate
1a71e94e Added linux aarch64 builder Ryan Schanzenbacher
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" ];
};
};