nixos: services: nginx: fix SSO subdomain
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
6948424b81
commit
71ee178510
|
@ -403,7 +403,7 @@ in
|
|||
};
|
||||
|
||||
my.services.nginx.virtualHosts = {
|
||||
login = {
|
||||
${cfg.sso.subdomain} = {
|
||||
inherit (cfg.sso) port;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue