This commit is contained in:
parent
f70d9c51e3
commit
92ded26806
12 changed files with 20 additions and 20 deletions
|
@ -22,7 +22,7 @@ in
|
|||
};
|
||||
|
||||
url = mkOption {
|
||||
default = "${service}.${homelab.baseDomain}";
|
||||
default = "${service}.${homelab.domain}";
|
||||
type = types.str;
|
||||
};
|
||||
|
||||
|
@ -318,7 +318,7 @@ in
|
|||
|
||||
services.nginx.virtualHosts."${cfg.url}" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = homelab.baseDomain;
|
||||
useACMEHost = homelab.domain;
|
||||
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:${toString cfg.port}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue