From 9ec77e2a30cb0f9007f2a104448b04d708b527f8 Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Fri, 5 Apr 2024 14:11:42 +0000 Subject: [PATCH] Update flake.nix (#134) Update deploy node settinsg with wireguard ips Reviewed-on: https://git.pub.solar/pub-solar/infra/pulls/134 Reviewed-by: Akshay Mankar Reviewed-by: b12f --- flake.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 79e5cec..32e9c60 100644 --- a/flake.nix +++ b/flake.nix @@ -89,14 +89,12 @@ deploy.nodes = self.lib.deploy.mkDeployNodes self.nixosConfigurations { nachtigall = { - # hostname is set in hosts/nachtigall/networking.nix + hostname = "10.7.6.1"; sshUser = username; }; flora-6 = { - hostname = "flora-6.pub.solar"; + hostname = "10.7.6.2"; sshUser = username; - # Example - #sshOpts = [ "-p" "19999" ]; }; }; };