mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-03-11 08:33:49 +00:00
fix auth meta: add meta to flake.nix and icon.svg
This commit is contained in:
parent
70a946cc66
commit
3a8a3dfc95
2 changed files with 18 additions and 0 deletions
|
@ -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
1
sp-modules/auth/icon.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="1" height="1"/>
|
After (image error) Size: 63 B |
Loading…
Add table
Reference in a new issue