From 1639b9467c64402434d41e426fd9e2f9ba8fdd9a Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 30 Jan 2024 09:40:21 +0530 Subject: kay/dns: init --- hosts/kay/modules/hurricane.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/kay/modules/hurricane.nix') 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" -- cgit v1.2.3