Update flake.nix (#134)

Update deploy node settinsg with wireguard ips

Reviewed-on: #134
Reviewed-by: Akshay Mankar <axeman@noreply.git.pub.solar>
Reviewed-by: b12f <b12f@noreply.git.pub.solar>
pull/135/head
Hendrik Sokolowski 2024-04-05 14:11:42 +00:00
parent 1bcb8bb7e0
commit 9ec77e2a30
Signed by: pub.solar gitea
GPG Key ID: F0332B04B7054873
1 changed files with 2 additions and 4 deletions

View File

@ -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" ];
};
};
};