Remove more cycle-creating dependencies

This commit is contained in:
niten 2023-11-03 15:49:40 -07:00
parent 10e78ba89f
commit fdc658a263
1 changed files with 0 additions and 1 deletions

View File

@ -180,7 +180,6 @@ let
heimdal-hprop = mkIf hasSecondary {
wantedBy = [ "heimdal-kdc.service" ];
after = [ "heimdal-kdc.service" ];
description =
"Service to propagate the KDC database to secondary servers.";
path = with pkgs; [ heimdal ];