Remove more cycle-creating dependencies
This commit is contained in:
parent
10e78ba89f
commit
fdc658a263
|
@ -180,7 +180,6 @@ let
|
||||||
|
|
||||||
heimdal-hprop = mkIf hasSecondary {
|
heimdal-hprop = mkIf hasSecondary {
|
||||||
wantedBy = [ "heimdal-kdc.service" ];
|
wantedBy = [ "heimdal-kdc.service" ];
|
||||||
after = [ "heimdal-kdc.service" ];
|
|
||||||
description =
|
description =
|
||||||
"Service to propagate the KDC database to secondary servers.";
|
"Service to propagate the KDC database to secondary servers.";
|
||||||
path = with pkgs; [ heimdal ];
|
path = with pkgs; [ heimdal ];
|
||||||
|
|
Loading…
Reference in New Issue