From ee3f53a4b94e2996113729e43d3bb3d42611c0bf Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Fri, 5 Apr 2024 13:54:43 +0000 Subject: [PATCH] Update flake.nix Update deploy node settinsg with wireguard ips --- 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" ]; }; }; }; -- 2.44.1