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;
# };

View file

@ -5,7 +5,7 @@
acceptTerms = true;
defaults.email = "till@ktiu.net";
certs."${config.networking.domain}" = {
domain = config.networking.domain;
# domain = config.networking.domain;
webroot = "/var/lib/acme/.challenges";
group = config.services.nginx.group;
extraDomainNames = [ config.networking.fqdn ];