all repos — nixfiles @ c34ea57e6061273ec1356f76593c64d60e893019

System and user configuration, managed by nix and home-manager

Remove unused acmeip

Alan Pearce
commit

c34ea57e6061273ec1356f76593c64d60e893019

parent

b801ddd46dbbe69f2d9d9b0608ddb829c32468b8

1 file changed, 0 insertions(+), 3 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -13,7 +13,6 @@ net-mask4 = "32";
net-gw = "172.31.1.1"; net-ip6 = "2a01:4f8:c012:23a4::1"; net-rdnsip = "2a01:4f8:c012:23a4::53"; - net-acmeip = "2a01:4f8:c012:23a4::715"; net-mask6 = "64"; net-gw6 = "fe80::1"; domain = "alanpearce.eu";
@@ -163,7 +162,6 @@ hosts = lib.mkForce {
${net-ip4} = [ "${hostname}.alanpearce.eu" hostname ]; ${net-ip6} = [ "${hostname}.alanpearce.eu" hostname ]; ${net-rdnsip} = [ "dns" ]; - ${net-acmeip} = [ "acme" ]; }; firewall = { enable = true;
@@ -221,7 +219,6 @@ ];
address = [ "${net-ip6}/${net-mask6}" "${net-rdnsip}/${net-mask6}" - "${net-acmeip}/${net-mask6}" ]; addresses = [{ Address = "${net-ip4}/${net-mask4}";