fix: kanidm not kanidmD in module

This commit is contained in:
dettlaff 2024-11-20 21:35:38 +04:00
parent cf347a2dc3
commit 8782921ada

View file

@ -46,7 +46,7 @@ in
pkgs.util-linux
pkgs.e2fsprogs
pkgs.iproute2
pkgs.kanidmd
pkgs.kanidm
];
after = [ "network-online.target" ];
wantedBy = [ "network-online.target" ];