mob next [ci-skip] [ci skip] [skip ci]
lastFile:machines/ramus/think-greater-chiangmai.nix
This commit is contained in:
@@ -124,12 +124,12 @@ in
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts.${domain} = {
|
||||
addSSL = true;
|
||||
forceSSL = true;
|
||||
useACMEHost = domain;
|
||||
acmeRoot = config.security.acme.certs.${domain}.webroot;
|
||||
};
|
||||
services.nginx.virtualHosts.${domainBackend} = {
|
||||
addSSL = true;
|
||||
forceSSL = true;
|
||||
useACMEHost = domainBackend;
|
||||
acmeRoot = config.security.acme.certs.${domainBackend}.webroot;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user