fix(kanidm): Remove useless nixpkgs config for old kanidm
All checks were successful
Build all the nodes / netcore02 (push) Successful in 20s
Run pre-commit on all files / pre-commit (push) Successful in 25s
Build all the nodes / ap01 (push) Successful in 33s
Build the shell / build-shell (push) Successful in 32s
Build all the nodes / web03 (push) Successful in 1m38s
Build all the nodes / bridge01 (push) Successful in 1m40s
Build all the nodes / hypervisor01 (push) Successful in 1m44s
Build all the nodes / storage01 (push) Successful in 1m45s
Build all the nodes / hypervisor03 (push) Successful in 1m47s
Build all the nodes / rescue01 (push) Successful in 1m57s
Build all the nodes / hypervisor02 (push) Successful in 1m57s
Build all the nodes / compute01 (push) Successful in 2m22s
Build all the nodes / tower01 (push) Successful in 2m55s
Build all the nodes / geo02 (push) Successful in 2m57s
Build all the nodes / geo01 (push) Successful in 2m59s
Build all the nodes / web02 (push) Successful in 2m59s
Build all the nodes / vault01 (push) Successful in 3m8s
Build all the nodes / web01 (push) Successful in 3m37s

This commit is contained in:
sinavir 2025-01-09 22:04:02 +01:00
parent ea5c0787d7
commit d474e39b92
No known key found for this signature in database

View file

@ -44,8 +44,6 @@ let
usernameFor = member: meta.organization.members.${member}.username;
in
{
nixpkgs.config.permittedInsecurePackages = [ "kanidm-1.3.3" ];
services.kanidm = {
enableServer = true;