From c3ccce6a4e0b28b884c0ccd189fe891d9e842bcf Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 27 Oct 2022 17:49:24 -0500 Subject: [PATCH] Add q64b2 --- config/nixpkgs/ssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/nixpkgs/ssh.nix b/config/nixpkgs/ssh.nix index c8f694c..8351d2b 100644 --- a/config/nixpkgs/ssh.nix +++ b/config/nixpkgs/ssh.nix @@ -64,6 +64,7 @@ in { "k8s9" = server { hostname = "192.168.20.22"; }; "k8s10" = server { hostname = "192.168.20.34"; }; "q64b1" = server { hostname = "192.168.20.116"; }; + "q64b2" = server { hostname = "192.168.20.119"; }; }; }; }