diesdas
This commit is contained in:
parent
8099faa9ae
commit
312d6d63ef
23 changed files with 122 additions and 297 deletions
|
|
@ -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;
|
||||
# };
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue