From 81d6c41726f022c792883a7a7b0ca943b635de8e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 15 Nov 2021 10:04:07 +0059 Subject: vidhar: ... --- hosts/vidhar/dsl.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'hosts') diff --git a/hosts/vidhar/dsl.nix b/hosts/vidhar/dsl.nix index 487e5602..0a28e50a 100644 --- a/hosts/vidhar/dsl.nix +++ b/hosts/vidhar/dsl.nix @@ -59,13 +59,13 @@ in { ''; mode = "0555"; }; - "ppp/ipv6-up" = { - text = '' - #!${pkgs.runtimeShell} - ${pkgs.iproute}/bin/ip -6 route add default via "$5" dev "${pppInterface}" metric 512 - ''; - mode = "0555"; - }; + # "ppp/ipv6-up" = { + # text = '' + # #!${pkgs.runtimeShell} + # ${pkgs.iproute}/bin/ip -6 route add default via "$5" dev "${pppInterface}" metric 512 + # ''; + # mode = "0555"; + # }; }; systemd.network.networks."dsl" = { -- cgit v1.2.3