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