diff options
Diffstat (limited to 'hosts/kay/modules/hurricane.nix')
-rw-r--r-- | hosts/kay/modules/hurricane.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/kay/modules/hurricane.nix b/hosts/kay/modules/hurricane.nix index 1e44e2d..bb36628 100644 --- a/hosts/kay/modules/hurricane.nix +++ b/hosts/kay/modules/hurricane.nix @@ -91,7 +91,7 @@ in }; - services.pppd.script."02-${iface}" = { + services.pppd.script."01-${iface}" = { runtimeInputs = with pkgs; [ curl coreutils iproute2 iputils ]; text = '' wan_ip="$4" |