diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-01-30 09:40:21 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-02-01 11:40:39 +0530 |
commit | 1639b9467c64402434d41e426fd9e2f9ba8fdd9a (patch) | |
tree | 645321a7175a33f3a1902bc7fd1015d94f3502c9 /hosts/kay/modules/hurricane.nix | |
parent | 22dd4dd89ad17fa86ec97fab4c2e1106bdbbbcb0 (diff) |
kay/dns: init
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" |