nixos/nft-update-addresses: improve service description

main
Felix Stupp 1 year ago
parent c73351f6e2
commit 1568bef698
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -105,7 +105,7 @@ in
networking.nftables.tables.${cfg.settings.nftTable}.content = lib.mkIf cfg.includeStaticDefinitions staticDefs;
systemd.services.${servName} = {
description = "IPv6 prefix updater for subnet & NAT rules for nftables router setup";
description = "IPv6 prefix rules updater for nftables";
after = [
"nftables.service"
"network.target"

Loading…
Cancel
Save