net
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
with lib;
|
||||
let
|
||||
cfg = config.${namespace}.services.ocis;
|
||||
net = lib.${namespace}.network;
|
||||
in
|
||||
{
|
||||
options.${namespace}.services.ocis = {
|
||||
@@ -71,7 +72,7 @@ in
|
||||
environment = {
|
||||
OCIS_INSECURE = "true";
|
||||
PROXY_HTTP_ADDR = "0.0.0.0:9200";
|
||||
OCIS_URL = "https://10.0.1.3:9988";
|
||||
OCIS_URL = "https://${net.hosts.nas.lan}:${toString net.ports.nas.nextcloud}";
|
||||
OCIS_ADMIN_PASSWORD = "BogieDudie1";
|
||||
OCIS_LDAP_BIND_PASSWORD = "BogieDudie1";
|
||||
PROXY_OIDC_CLIENT_SECRET = "BogieDudie1";
|
||||
|
||||
Reference in New Issue
Block a user