From 617c8978103d6bbbb4c94021c2da080adaa1b3a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 19 Sep 2023 13:54:31 +0200 Subject: [PATCH] set clan.networking.deploymentAddress --- targets/web01/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/web01/configuration.nix b/targets/web01/configuration.nix index ebde27e..34e9115 100644 --- a/targets/web01/configuration.nix +++ b/targets/web01/configuration.nix @@ -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;