diff options
| author | Max Audron <audron@cocaine.farm> | 2024-02-04 17:12:22 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2024-02-04 17:12:22 +0100 |
| commit | 3a8a789af34558b0dacc4c0622f8cd9d9e27ce25 (patch) | |
| tree | 5eaf6e11b9ebfde05736dae6194df42b709a9dc7 /modules | |
| parent | add factorio to ettves (diff) | |
add memory limit to authentik ldap cus memory leak
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/authentik/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/authentik/default.nix b/modules/authentik/default.nix index 5291235..13e7d48 100644 --- a/modules/authentik/default.nix +++ b/modules/authentik/default.nix @@ -43,6 +43,7 @@ in image = "ghcr.io/goauthentik/ldap:${version}"; environmentFiles = [ "/etc/secrets/authentik/ldap.env" ]; autoStart = true; + extraOptions = ["-m=1000m"]; ports = [ "389:3389" "636:6636" |
