drop upstreamed ExecReload

This commit is contained in:
Jörg Thalheim 2023-11-08 22:34:36 +01:00
parent e8c58f8b93
commit a2fd8e8f06
1 changed files with 0 additions and 2 deletions

View File

@ -94,8 +94,6 @@ in {
reloadTriggers = lib.mkForce [ ];
# Some hosts require VPN for nixos-rebuild, so we don't want to restart it on update
reloadIfChanged = true;
# also in https://github.com/NixOS/nixpkgs/pull/106715
serviceConfig.ExecReload = "${config.services.tinc.networks.${netname}.package}/bin/tinc -n ${netname} reload";
};
networking.firewall.allowedTCPPorts = [ cfg.port ];