diff options
| author | Skullheadx <andrew@montgomery.systems> | 2026-07-20 21:46:37 -0400 |
|---|---|---|
| committer | Skullheadx <andrew@montgomery.systems> | 2026-07-20 21:46:37 -0400 |
| commit | 8e27d053248af31cfe692d3bbca21392b33a6d0c (patch) | |
| tree | 75d1f8ad3a23c918b352396475df96d62d5d5070 | |
| parent | local buildmachine and use distributed builds (diff) | |
| download | nixos-8e27d053248af31cfe692d3bbca21392b33a6d0c.tar.gz nixos-8e27d053248af31cfe692d3bbca21392b33a6d0c.tar.bz2 nixos-8e27d053248af31cfe692d3bbca21392b33a6d0c.zip | |
add ssh user and key location to build machiens
| -rw-r--r-- | hosts/nepsis/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/nepsis/configuration.nix b/hosts/nepsis/configuration.nix index d6ec03d..33da16c 100644 --- a/hosts/nepsis/configuration.nix +++ b/hosts/nepsis/configuration.nix @@ -71,6 +71,8 @@ hostName = "builder"; system = "x86_64-linux"; protocol = "ssh-ng"; + sshUser = "nixremote"; + sshKey = "/root/.ssh/nixremote"; maxJobs = 1; speedFactor = 2; supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; @@ -121,6 +123,8 @@ obs-studio sent zig + typst + bat ]; services.emacs = { |
