summaryrefslogtreecommitdiff
path: root/hosts/vidhar/network/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/network/default.nix')
-rw-r--r--hosts/vidhar/network/default.nix13
1 files changed, 11 insertions, 2 deletions
diff --git a/hosts/vidhar/network/default.nix b/hosts/vidhar/network/default.nix
index c7e72087..02a8d648 100644
--- a/hosts/vidhar/network/default.nix
+++ b/hosts/vidhar/network/default.nix
@@ -90,9 +90,18 @@ with lib;
90 matchConfig.Name = "eno2"; 90 matchConfig.Name = "eno2";
91 networkConfig.LinkLocalAddressing = "no"; 91 networkConfig.LinkLocalAddressing = "no";
92 }; 92 };
93 "80-container-ve".enable = false; 93 "40-lan" = {
94 matchConfig.Name = "lan";
95 networkConfig = {
96 IPv6SendRA = true;
97 DHCPPrefixDelegation = true;
98 };
99 ipv6SendRAConfig = {
100 DNS = "_link_local";
101 Domains = ["lan.yggdrasil" "yggdrasil"];
102 };
103 };
94 }; 104 };
95 links."80-container-ve".enable = false;
96 }; 105 };
97 106
98 services.nfs = { 107 services.nfs = {