deactivate authentik

This commit is contained in:
Fabian Montero 2024-08-28 13:47:35 -06:00
parent f14f11be00
commit c8057ed52c
Signed by untrusted user: fabian
GPG key ID: 1FFAC35E1798174F
2 changed files with 1 additions and 2 deletions

View file

@ -17,7 +17,7 @@ with lib; {
./jellyfin.nix
./msmtp.nix
./kuma.nix
./authentik.nix
# ./authentik.nix consumes too much RAM and serves no purpose for now
./paperless.nix
];
}

View file

@ -9,7 +9,6 @@ with lib; {
virtualHosts."meet.posixlycorrect.com" = {
enableACME = true;
forceSSL = true;
enableAuthentik = false;
extraConfig = ''
proxy_headers_hash_max_size 512;
proxy_headers_hash_bucket_size 128;