diff options
| author | Kjetil Orbekk <kj@orbekk.com> | 2023-02-25 19:37:10 -0500 | 
|---|---|---|
| committer | Kjetil Orbekk <kj@orbekk.com> | 2023-02-25 19:37:10 -0500 | 
| commit | df1071a19e716b92b4ce5cfb11b0e6905b6846c1 (patch) | |
| tree | 12fbb00ed3b824cbff2854b764cdd40a6279a016 | |
| parent | 6200b657e55e1c34d02c62d10677ea85a02d841e (diff) | |
fix tabs
| -rw-r--r-- | modules/router.nix | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/modules/router.nix b/modules/router.nix index 4f7e212..ddf1396 100644 --- a/modules/router.nix +++ b/modules/router.nix @@ -77,8 +77,8 @@ let        enable = true;        extraConfig = ''          noipv6rs -	noipv6 -	nohook resolv.conf +        noipv6 +        nohook resolv.conf          interface wan-vport            dhcp        ''; | 
