This commit is contained in:
2025-08-26 18:37:28 -05:00
parent 6e94fbde00
commit 01a329efc9
2 changed files with 3 additions and 3 deletions

View File

@@ -65,14 +65,14 @@
enable = true; enable = true;
matchBlocks = { matchBlocks = {
"remote-builder@blunkall.us" = { "builder" = {
hostname = "blunkall.us"; hostname = "blunkall.us";
user = "remote-builder"; user = "remote-builder";
identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519"; identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519";
port = 2222; port = 2222;
}; };
"nathan@blunkall.us" = { "remote" = {
hostname = "blunkall.us"; hostname = "blunkall.us";
user = "nathan"; user = "nathan";
identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519"; identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519";

View File

@@ -61,7 +61,7 @@
experimental-features = nix-command flakes experimental-features = nix-command flakes
builders-use-substitutes = true builders-use-substitutes = true
max-jobs = 0 max-jobs = 0
builders = ssh://remote-builder@blunkall.us x86_64-linux,aarch64-linux /run/secrets/remoteBuildKey 1 1 nixos-test,benchmark,big-parallel,kvm - - builders = ssh://builder x86_64-linux,aarch64-linux /run/secrets/remoteBuildKey 1 1 nixos-test,benchmark,big-parallel,kvm - -
''; '';
}; };