From d46eb4f3abe9aa18fa6c654a09290f80d601379a Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Fri, 19 Jan 2024 13:56:20 +0100 Subject: [PATCH] router0-dmz0: remove cname as it's not needed --- nix/os/devices/router0-dmz0/configuration.nix | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/nix/os/devices/router0-dmz0/configuration.nix b/nix/os/devices/router0-dmz0/configuration.nix index 434e3a7..9256425 100644 --- a/nix/os/devices/router0-dmz0/configuration.nix +++ b/nix/os/devices/router0-dmz0/configuration.nix @@ -897,10 +897,20 @@ in vlanRangeWith0 ; - cname = [ - "mailserver.svc.stefanjunker.de,${exposedHost}" - "www.stefanjunker.de,${exposedHost}" - ]; + # auth-server = [ + # (builtins.concatStringsSep "," [ + # "www.stefanjunker.de" + # # (mkInterfaceName { vlanid = vlansByName.dmz.id; }) + # # (mkInterfaceName { vlanid = vlansByName.office.id; }) + # ]) + # ]; + + # cname = [ + # "mailserver.svc.stefanjunker.de,${exposedHost}" + # "www.stefanjunker.de,${exposedHost}" + # "hedgedoc.www.stefanjunker.de,${exposedHost}" + # "jitsi.www.stefanjunker.de,${exposedHost}" + # ]; }; };