chore(ct): update template

This commit is contained in:
arcnmx 2024-01-31 13:47:03 -08:00
parent a283b4bf9a
commit a03d567652
3 changed files with 9 additions and 4 deletions

View file

@ -190,7 +190,6 @@ in {
};
nftables = mkIf (networking.nftables.enable && cfg.localaddrs.enable) rec {
wants = [ "localaddrs.service" ];
after = wants;
serviceConfig = {
ExecReload = mkBefore [
"+${localaddrs-reload}"