feat(services/self_host): update the kanidm to 1.9
- This version is stable and now totaly reproductible using nixos
This commit is contained in:
parent
563acef333
commit
4f42094af4
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ in
|
||||||
security.acme.certs."auth.enium.eu".group = "nginx";
|
security.acme.certs."auth.enium.eu".group = "nginx";
|
||||||
services = {
|
services = {
|
||||||
kanidm = {
|
kanidm = {
|
||||||
package = pkgs.kanidmWithSecretProvisioning_1_8;
|
package = pkgs.kanidmWithSecretProvisioning_1_9;
|
||||||
server = {
|
server = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue