module: make authentikComponents a simple attrset
This commit is contained in:
parent
1b9f4dce95
commit
07c6476fbf
1 changed files with 2 additions and 8 deletions
10
module.nix
10
module.nix
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue