summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorroot <root@localhost>2025-01-21 17:25:31 +0000
committerroot <root@localhost>2025-01-21 17:25:31 +0000
commit6043502305e3d5ccc6c537d4ed085d8b2454c5c8 (patch)
treef620aad6bbc32ea6736bc0381a955acdc671be20 /machines
parent1c0865add6a293d2521aaa7424eb43efb2faad36 (diff)
use linux builder
Diffstat (limited to 'machines')
-rw-r--r--machines/work.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/work.nix b/machines/work.nix
index 86dc916..1899dcd 100644
--- a/machines/work.nix
+++ b/machines/work.nix
@@ -109,6 +109,9 @@
nix.extraOptions = ''extra-platforms = x86_64-darwin aarch64-darwin '';
+ nix.linux-builder.enable = true;
+ nix.settings.trusted-users = [ "@admin" "@ivi" ];
+
# Set Git commit hash for darwin-version.
system.configurationRevision = self.rev or self.dirtyRev or null;