···4242 # DO NOT COPY THIS TO PRODUCTION AS IS. Think about it at least twice.
4343 # Everyone on the "isp" machine will be able to add routes to the kernel.
4444 security.wrappers.add-dhcpd-lease = {
4545+ owner = "root";
4646+ group = "root";
4547 source = pkgs.writeShellScript "add-dhcpd-lease" ''
4648 exec ${pkgs.iproute2}/bin/ip -6 route replace "$1" via "$2"
4749 '';