diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-07-09 22:05:56 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-07-09 22:05:56 -0400 |
| commit | 1a71e94eb8ca1585201263cf654611ef6849d359 (patch) | |
| tree | ec845d79f7f532cb6d01ede2ea3479f5c85da28e | |
| parent | f67b48b02b0813273d3375cf0d3f3319a0a79dbd (diff) | |
Added linux aarch64 builder
| -rw-r--r-- | hosts/RyanMac/configuration.nix | 5 |
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 | }; |
