diff --git a/sp-modules/auth/flake.nix b/sp-modules/auth/flake.nix index fa5f5a7..45d39e2 100644 --- a/sp-modules/auth/flake.nix +++ b/sp-modules/auth/flake.nix @@ -41,5 +41,22 @@ configPathsNeeded = builtins.fromJSON (builtins.readFile ./config-paths-needed.json); + + meta = { lib, ... }: { + spModuleSchemaVersion = 1; + id = "auth"; + name = "Auth"; + description = "Temporary auth module."; + svgIcon = builtins.readFile ./icon.svg; + isMovable = false; + isRequired = false; + backupDescription = "Useless service."; + systemdServices = [ "kanidm.service" ]; + folders = [ ]; + license = [ ]; + homepage = "https://kanidm.com"; + sourcePage = "https://github.com/kanidm"; + supportLevel = "hallucinatory"; + }; }; } diff --git a/sp-modules/auth/icon.svg b/sp-modules/auth/icon.svg new file mode 100644 index 0000000..647bc16 --- /dev/null +++ b/sp-modules/auth/icon.svg @@ -0,0 +1 @@ +