Update to NixOS 24.05
All checks were successful
Check Flake / check-flake (push) Successful in 1m11s
All checks were successful
Check Flake / check-flake (push) Successful in 1m11s
This commit is contained in:
@@ -146,7 +146,8 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
services.oauth2_proxy =
|
||||
# TODO need services.oauth2-proxy.cookie.domain ?
|
||||
services.oauth2-proxy =
|
||||
let
|
||||
nextcloudServer = "https://neet.cloud/";
|
||||
in
|
||||
@@ -155,9 +156,10 @@ in
|
||||
|
||||
httpAddress = "http://0.0.0.0:4180";
|
||||
|
||||
nginx.virtualHosts = [
|
||||
frigateHostname
|
||||
];
|
||||
nginx.domain = frigateHostname;
|
||||
# nginx.virtualHosts = [
|
||||
# frigateHostname
|
||||
# ];
|
||||
|
||||
email.domains = [ "*" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user