From 02792f48d6e49a985b9736f31a22c51d16232888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 28 Sep 2023 17:03:17 +0200 Subject: [PATCH] update deployment address --- targets/web01/configuration.nix | 2 +- targets/web01/deploy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/web01/configuration.nix b/targets/web01/configuration.nix index 34e9115..7368f9f 100644 --- a/targets/web01/configuration.nix +++ b/targets/web01/configuration.nix @@ -7,7 +7,7 @@ networking.hostName = "web01"; systemd.network.networks."10-uplink".networkConfig.Address = "2a01:4f9:3080:418b::1"; - clan.networking.deploymentAddress = "clan.lol"; + clan.networking.deploymentAddress = "root@clan.lol"; clan.networking.ipv4.address = "65.21.12.51"; clan.networking.ipv4.gateway = "65.21.12.1"; clan.networking.ipv6.address = config.systemd.network.networks."10-uplink".networkConfig.Address; diff --git a/targets/web01/deploy.sh b/targets/web01/deploy.sh index d9b90da..c6aa588 100755 --- a/targets/web01/deploy.sh +++ b/targets/web01/deploy.sh @@ -3,4 +3,4 @@ set -euo pipefail -clan machines update clan.lol +clan machines update web01