fix auth meta: add meta to flake.nix and icon.svg

This commit is contained in:
Alexander Tomokhov 2025-02-01 18:36:01 +04:00
parent 70a946cc66
commit 3a8a3dfc95
2 changed files with 18 additions and 0 deletions
sp-modules/auth

View file

@ -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";
};
};
}

1
sp-modules/auth/icon.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1" height="1"/>

After

(image error) Size: 63 B