This commit is contained in:
Till 2026-02-27 21:41:24 +01:00
parent 8099faa9ae
commit 312d6d63ef
23 changed files with 122 additions and 297 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, ... }:
{ config, ... }:
let
@ -24,6 +24,8 @@ in
# not sure why this is currently working w/o the following
#
# services.nginx.virtualHosts."${webmailHostName}" = {
# onlySSL = true;
# forceSSL = lib.mkForce false;
# enableACME = lib.mkForce false;
# useACMEHost = config.networking.domain;
# };