diff options
| author | root <root@localhost> | 2025-01-21 17:25:31 +0000 |
|---|---|---|
| committer | root <root@localhost> | 2025-01-21 17:25:31 +0000 |
| commit | 6043502305e3d5ccc6c537d4ed085d8b2454c5c8 (patch) | |
| tree | f620aad6bbc32ea6736bc0381a955acdc671be20 /machines | |
| parent | 1c0865add6a293d2521aaa7424eb43efb2faad36 (diff) | |
use linux builder
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/work.nix | 3 |
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; |
