fix auth meta: add meta to flake.nix and icon.svg
This commit is contained in:
@@ -41,5 +41,22 @@
|
|||||||
|
|
||||||
configPathsNeeded =
|
configPathsNeeded =
|
||||||
builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
|
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
1
sp-modules/auth/icon.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="1" height="1"/>
|
After Width: | Height: | Size: 63 B |
Reference in New Issue
Block a user