diff options
Diffstat (limited to 'hosts/vidhar')
-rw-r--r-- | hosts/vidhar/dsl.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/vidhar/dsl.nix b/hosts/vidhar/dsl.nix index 202e3c18..2316c888 100644 --- a/hosts/vidhar/dsl.nix +++ b/hosts/vidhar/dsl.nix | |||
@@ -63,7 +63,6 @@ in { | |||
63 | text = '' | 63 | text = '' |
64 | #!${pkgs.runtimeShell} | 64 | #!${pkgs.runtimeShell} |
65 | ${pkgs.procps}/bin/sysctl net/ipv6/conf/$1/use_tempaddr=1 | 65 | ${pkgs.procps}/bin/sysctl net/ipv6/conf/$1/use_tempaddr=1 |
66 | # ${pkgs.procps}/bin/sysctl net/ipv6/conf/$1/forwarding=0 | ||
67 | ${pkgs.procps}/bin/sysctl net/ipv6/conf/$1/forwarding=1 | 66 | ${pkgs.procps}/bin/sysctl net/ipv6/conf/$1/forwarding=1 |
68 | ${pkgs.procps}/bin/sysctl net/ipv6/conf/$1/autoconf=1 | 67 | ${pkgs.procps}/bin/sysctl net/ipv6/conf/$1/autoconf=1 |
69 | ${pkgs.procps}/bin/sysctl net/ipv6/conf/$1/accept_ra=1 | 68 | ${pkgs.procps}/bin/sysctl net/ipv6/conf/$1/accept_ra=1 |