diff --git a/sys/srv/default.nix b/sys/srv/default.nix index ab547c1..c41577a 100644 --- a/sys/srv/default.nix +++ b/sys/srv/default.nix @@ -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 ]; } diff --git a/sys/srv/jitsi.nix b/sys/srv/jitsi.nix index 86a6358..8fa1ccb 100644 --- a/sys/srv/jitsi.nix +++ b/sys/srv/jitsi.nix @@ -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;