From 6143f56c0136ea0ebc7510fcd83d5246b131de52 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 6 Jun 2024 12:50:24 +0200 Subject: [PATCH] flake: use DNS hostnames for deploy-rs --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index d96ccf7..e361d3f 100644 --- a/flake.nix +++ b/flake.nix @@ -119,19 +119,19 @@ deploy.nodes = self.lib.deploy.mkDeployNodes self.nixosConfigurations { nachtigall = { - hostname = "10.7.6.1"; + hostname = "nachtigall.wg.pub.solar"; sshUser = username; }; flora-6 = { - hostname = "10.7.6.2"; + hostname = "flora-6.wg.pub.solar"; sshUser = username; }; metronom = { - hostname = "10.7.6.3"; + hostname = "metronom.wg.pub.solar"; sshUser = username; }; tankstelle = { - hostname = "80.244.242.5"; + hostname = "tankstelle.wg.pub.solar"; sshUser = username; }; };