nixos: services: nginx: fix SSO subdomain
This commit is contained in:
parent
c2867b3483
commit
a3c2135c26
1 changed files with 1 additions and 1 deletions
|
|
@ -403,7 +403,7 @@ in
|
|||
};
|
||||
|
||||
my.services.nginx.virtualHosts = {
|
||||
login = {
|
||||
${cfg.sso.subdomain} = {
|
||||
inherit (cfg.sso) port;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue