set clan.networking.deploymentAddress

This commit is contained in:
Jörg Thalheim 2023-09-19 13:54:31 +02:00
parent a3e71ae2ed
commit 617c897810

View File

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