From afbc7a630c43970e40d56588ada6cf5e6631f07a Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 9 Aug 2023 15:11:17 -0500 Subject: [PATCH] Add second backup node --- ssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/ssh.nix b/ssh.nix index 1130245..6559b45 100644 --- a/ssh.nix +++ b/ssh.nix @@ -85,6 +85,7 @@ in "k3s12" = server { hostname = "192.168.20.131"; }; "k3s-quartza1" = server { hostname = "192.168.20.160"; }; "backup1" = server { hostname = "192.168.20.190"; }; + "backup2" = server { hostname = "192.168.20.191"; }; "octoprint" = server { hostname = "192.168.20.32"; user = "pi"; }; }; };