module: make authentikComponents a simple attrset

This commit is contained in:
WilliButz 2023-12-10 14:58:56 +01:00
parent 1b9f4dce95
commit 07c6476fbf
No known key found for this signature in database
GPG key ID: FB0513677AB15BEA

View file

@ -25,14 +25,8 @@ in
authentik = { authentik = {
enable = mkEnableOption "authentik"; enable = mkEnableOption "authentik";
authentikComponents = { authentikComponents = mkOption {
celery = mkOption { type = types.package; }; type = types.attrsOf types.package;
staticWorkdirDeps = mkOption { type = types.package; };
migrate = mkOption { type = types.package; };
pythonEnv = mkOption { type = types.package; };
frontend = mkOption { type = types.package; };
gopkgs = mkOption { type = types.package; };
docs = mkOption { type = types.package; };
}; };
settings = mkOption { settings = mkOption {