diff --git a/host/corp/configuration.nix b/host/corp/configuration.nix index 94a3748..266bac7 100644 --- a/host/corp/configuration.nix +++ b/host/corp/configuration.nix @@ -19,6 +19,7 @@ wget ]; myModules = { + authentik.enable = true; onlyoffice.enable = true; seafile.enable = true; synapse.enable = true; diff --git a/modules/system/authentik.nix b/modules/system/authentik.nix index a580a03..f397918 100644 --- a/modules/system/authentik.nix +++ b/modules/system/authentik.nix @@ -34,6 +34,10 @@ with lib; isSystemUser = true; }; virtualisation.oci-containers.containers = { + authentik-redis = { + extraOptions = [ "--pod=authentik" ]; + image = "docker.io/redis:8.0.3-alpine"; + }; authentik-server = { cmd = ["server"]; environmentFiles = [