summaryrefslogtreecommitdiff
path: root/hosts/vidhar/network/dsl.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-05-21 10:40:08 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2023-05-21 10:40:08 +0200
commit21d1b970dc3d0955a326921047bb5cdb6e14b479 (patch)
treec30199bf60dddf772c137f755a0f03d480c5ea73 /hosts/vidhar/network/dsl.nix
parent151bd6aa90f9cb66030f9563e0846f7f75e1822d (diff)
downloadnixos-21d1b970dc3d0955a326921047bb5cdb6e14b479.tar
nixos-21d1b970dc3d0955a326921047bb5cdb6e14b479.tar.gz
nixos-21d1b970dc3d0955a326921047bb5cdb6e14b479.tar.bz2
nixos-21d1b970dc3d0955a326921047bb5cdb6e14b479.tar.xz
nixos-21d1b970dc3d0955a326921047bb5cdb6e14b479.zip
...
Diffstat (limited to 'hosts/vidhar/network/dsl.nix')
-rw-r--r--hosts/vidhar/network/dsl.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/vidhar/network/dsl.nix b/hosts/vidhar/network/dsl.nix
index 2655b09a..65c531af 100644
--- a/hosts/vidhar/network/dsl.nix
+++ b/hosts/vidhar/network/dsl.nix
@@ -125,6 +125,7 @@ in {
125 { name = "lan"; 125 { name = "lan";
126 advertise = true; 126 advertise = true;
127 verbose = true; 127 verbose = true;
128 mtu = 1492;
128 prefix = [{ prefix = "::/64"; }]; 129 prefix = [{ prefix = "::/64"; }];
129 route = [{ prefix = "::/0"; }]; 130 route = [{ prefix = "::/0"; }];
130 rdnss = [{ servers = ["::"]; }]; 131 rdnss = [{ servers = ["::"]; }];