diff options
Diffstat (limited to '')
| -rw-r--r-- | profiles/remote-builder.nix (renamed from profiles/nix/remote-builder.nix) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/nix/remote-builder.nix b/profiles/remote-builder.nix index 50d3e84..3aa772f 100644 --- a/profiles/nix/remote-builder.nix +++ b/profiles/remote-builder.nix @@ -13,7 +13,7 @@ "x86_64-linux" ]; - maxJobs = 1; + maxJobs = 4; supportedFeatures = [ "nixos-test" @@ -26,7 +26,7 @@ programs.ssh.extraConfig = '' Host builder User builder - HostName vm-synology + HostName rivendell IdentityFile ${config.age.secrets.ssh-remote-builder.path} ''; } |
