fix picard compile
This commit is contained in:
parent
1d7bb49bfe
commit
e1d6fe22c0
5 changed files with 6 additions and 159 deletions
|
|
@ -57,10 +57,6 @@ in
|
|||
|
||||
};
|
||||
};
|
||||
services.nginx.virtualHosts."${cfg.domain}" = {
|
||||
locations."/".proxyWebsockets = true;
|
||||
locations."/".proxyPass = "http://127.0.0.1:${toString config.services.authelia.instances.${instanceName}.settings.server.port}";
|
||||
} // (lib.my.findOutTlsConfig cfg.domain config);
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue