lots of things
This commit is contained in:
parent
9d5be37334
commit
bdb7ec7d7e
22 changed files with 676 additions and 165 deletions
7
nix/systemProfiles/programs/kanidm.nix
Normal file
7
nix/systemProfiles/programs/kanidm.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
_: {pkgs, ...}: {
|
||||
services.kanidm = {
|
||||
enableClient = true;
|
||||
package = pkgs.kanidm_1_4;
|
||||
clientSettings.uri = "https://kanidm.xunuwu.xyz";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue