From 9ec77e2a30cb0f9007f2a104448b04d708b527f8 Mon Sep 17 00:00:00 2001
From: Hendrik Sokolowski <hensoko@noreply.git.pub.solar>
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 <axeman@noreply.git.pub.solar>
Reviewed-by: b12f <b12f@noreply.git.pub.solar>
---
 flake.nix | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/flake.nix b/flake.nix
index 79e5cec8..32e9c603 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" ];
             };
           };
         };