fix: kanidm in wrong systemd service

This commit is contained in:
dettlaff 2024-11-20 21:24:07 +04:00
parent f9d80c21ad
commit dc2d7e073a

View file

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