diff options
author | Alan Pearce | 2025-03-21 22:02:27 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-21 22:02:27 +0100 |
commit | 47224ccaac224c0c14088724be38387d411dbf0b (patch) | |
tree | 449cb1bb540fa803da12c9784673f8f9278ab3f9 | |
parent | 829c3b02bed01f09b9289520287ac89d83ee32a5 (diff) | |
download | nixfiles-47224ccaac224c0c14088724be38387d411dbf0b.tar.lz nixfiles-47224ccaac224c0c14088724be38387d411dbf0b.tar.zst nixfiles-47224ccaac224c0c14088724be38387d411dbf0b.zip |
linde: remove old/dangling hostname
-rw-r--r-- | system/linde.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/system/linde.nix b/system/linde.nix index 31aa5766..aebbbc5f 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -547,20 +547,6 @@ in reverse_proxy http://${config.services.dex.settings.web.http} ''; }; - "dns.alanpearce.eu" = { - useACMEHost = "alanpearce.eu"; - extraConfig = '' - log { - output discard - } - encode zstd gzip - reverse_proxy localhost:443 { - transport http { - tls_server_name dns.alanpearce.eu - } - } - ''; - }; "files.alanpearce.eu" = { useACMEHost = "alanpearce.eu"; extraConfig = '' |