Update flake.nix
All checks were successful
Flake checks / Check (pull_request) Successful in 8m44s

Update deploy node settinsg with wireguard ips
This commit is contained in:
Hendrik Sokolowski 2024-04-05 13:54:43 +00:00
parent 1bcb8bb7e0
commit ee3f53a4b9

View file

@ -89,14 +89,12 @@
deploy.nodes = self.lib.deploy.mkDeployNodes self.nixosConfigurations { deploy.nodes = self.lib.deploy.mkDeployNodes self.nixosConfigurations {
nachtigall = { nachtigall = {
# hostname is set in hosts/nachtigall/networking.nix hostname = "10.7.6.1";
sshUser = username; sshUser = username;
}; };
flora-6 = { flora-6 = {
hostname = "flora-6.pub.solar"; hostname = "10.7.6.2";
sshUser = username; sshUser = username;
# Example
#sshOpts = [ "-p" "19999" ];
}; };
}; };
}; };