I don't think we need those two bits

This commit is contained in:
evanc 2023-09-04 17:50:43 +00:00
parent 5820e7e257
commit b3c23d1621

View file

@ -91,8 +91,6 @@ in {
};
systemd.services.secondGateway = {
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
description = "External route.";
path = [pkgs.bash pkgs.iproute];
script = ''