web01: set targetHost
All checks were successful
checks / test (pull_request) Successful in 35s

This commit is contained in:
Jörg Thalheim 2024-03-12 17:01:23 +01:00
parent eda9852f42
commit e5da04c51e

View File

@ -7,7 +7,7 @@
networking.hostName = "web01";
systemd.network.networks."10-uplink".networkConfig.Address = "2a01:4f9:3080:418b::1";
clan.networking.deploymentAddress = "root@clan.lol";
clan.networking.targetHost = "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;