diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-01-01 15:16:34 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-01-01 19:16:37 +0530 |
commit | 6fe05f2f554be8d6a64b4a3b475d4f04a5cb6556 (patch) | |
tree | 967a6199fe3c98903a1843cfaec9c9f54fc388ea /hosts/kay/modules/hurricane.nix | |
parent | f4eb1af504a2a313d54c67f521d1f331a0f50720 (diff) |
kay/network/he: remove unnecessary dependencies
Diffstat (limited to 'hosts/kay/modules/hurricane.nix')
-rw-r--r-- | hosts/kay/modules/hurricane.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/kay/modules/hurricane.nix b/hosts/kay/modules/hurricane.nix index 9d350ac..25e0721 100644 --- a/hosts/kay/modules/hurricane.nix +++ b/hosts/kay/modules/hurricane.nix @@ -2,7 +2,6 @@ let iface = "hurricane"; - tunEndIface = "ppp0"; remote = "216.218.221.42"; address = "2001:470:35:72a::2"; prefixLength = 64; @@ -10,9 +9,7 @@ in { networking.sits.${iface} = { inherit remote; - local = "127.0.0.1"; ttl = 225; - dev = tunEndIface; }; networking.interfaces.${iface}.ipv6.addresses = [{ inherit prefixLength address; |