Make sparky a standby again.

This commit is contained in:
2025-11-04 12:58:34 +00:00
parent 1b05728817
commit 41f16fa0b8
2 changed files with 6 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
../../common/global ../../common/global
../../common/cluster-member.nix ../../common/cluster-member.nix
../../common/nomad-worker.nix ../../common/nomad-worker.nix
../../common/nfs-services-standby.nix
./hardware.nix ./hardware.nix
]; ];
@@ -16,4 +17,8 @@
networking.hostName = "sparky"; networking.hostName = "sparky";
services.tailscaleAutoconnect.authkey = "tskey-auth-k6VC79UrzN11CNTRL-rvPmd4viyrQ261ifCrfTrQve7c2FesxrG"; services.tailscaleAutoconnect.authkey = "tskey-auth-k6VC79UrzN11CNTRL-rvPmd4viyrQ261ifCrfTrQve7c2FesxrG";
nfsServicesStandby.replicationKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHyTKsMCbwCIlMcC/aopgz5Yfx/Q9QdlWC9jzMLgYFAV root@zippy-replication"
];
} }

View File

@@ -24,6 +24,7 @@
services.tailscaleAutoconnect.authkey = "tskey-auth-ktKyQ59f2p11CNTRL-ut8E71dLWPXsVtb92hevNX9RTjmk4owBf"; services.tailscaleAutoconnect.authkey = "tskey-auth-ktKyQ59f2p11CNTRL-ut8E71dLWPXsVtb92hevNX9RTjmk4owBf";
nfsServicesServer.standbys = [ nfsServicesServer.standbys = [
"sparky"
"c1" "c1"
]; ];
} }