Changes to komga and kanidm
This commit is contained in:
parent
acca790a97
commit
526e760eee
7 changed files with 40 additions and 31 deletions
11
modules/server/link/client.nix
Normal file
11
modules/server/link/client.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
services.kanidm = {
|
||||
enableClient = true;
|
||||
|
||||
clientSettings = {
|
||||
uri = "https://auth.lyes.eu";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue