···43 # Everyone on the "isp" machine will be able to add routes to the kernel.
44 security.wrappers.add-dhcpd-lease = {
45 source = pkgs.writeShellScript "add-dhcpd-lease" ''
46- exec ${pkgs.iproute}/bin/ip -6 route replace "$1" via "$2"
47 '';
48 capabilities = "cap_net_admin+ep";
49 };
···43 # Everyone on the "isp" machine will be able to add routes to the kernel.
44 security.wrappers.add-dhcpd-lease = {
45 source = pkgs.writeShellScript "add-dhcpd-lease" ''
46+ exec ${pkgs.iproute2}/bin/ip -6 route replace "$1" via "$2"
47 '';
48 capabilities = "cap_net_admin+ep";
49 };