deactivate authentik
This commit is contained in:
parent
f14f11be00
commit
c8057ed52c
|
@ -17,7 +17,7 @@ with lib; {
|
||||||
./jellyfin.nix
|
./jellyfin.nix
|
||||||
./msmtp.nix
|
./msmtp.nix
|
||||||
./kuma.nix
|
./kuma.nix
|
||||||
./authentik.nix
|
# ./authentik.nix consumes too much RAM and serves no purpose for now
|
||||||
./paperless.nix
|
./paperless.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,6 @@ with lib; {
|
||||||
virtualHosts."meet.posixlycorrect.com" = {
|
virtualHosts."meet.posixlycorrect.com" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableAuthentik = false;
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
proxy_headers_hash_max_size 512;
|
proxy_headers_hash_max_size 512;
|
||||||
proxy_headers_hash_bucket_size 128;
|
proxy_headers_hash_bucket_size 128;
|
||||||
|
|
Reference in a new issue