This commit is contained in:
parent
1d1d9c42f3
commit
f1ad53dc95
@ -146,7 +146,8 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.oauth2_proxy =
|
# TODO need services.oauth2-proxy.cookie.domain ?
|
||||||
|
services.oauth2-proxy =
|
||||||
let
|
let
|
||||||
nextcloudServer = "https://neet.cloud/";
|
nextcloudServer = "https://neet.cloud/";
|
||||||
in
|
in
|
||||||
@ -155,9 +156,10 @@ in
|
|||||||
|
|
||||||
httpAddress = "http://0.0.0.0:4180";
|
httpAddress = "http://0.0.0.0:4180";
|
||||||
|
|
||||||
nginx.virtualHosts = [
|
nginx.domain = frigateHostname;
|
||||||
frigateHostname
|
# nginx.virtualHosts = [
|
||||||
];
|
# frigateHostname
|
||||||
|
# ];
|
||||||
|
|
||||||
email.domains = [ "*" ];
|
email.domains = [ "*" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user