aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/kataja/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/kataja/default.nix b/hosts/kataja/default.nix
index 9818aa7..d7be404 100644
--- a/hosts/kataja/default.nix
+++ b/hosts/kataja/default.nix
@@ -58,12 +58,21 @@
matchConfig = {
MACAddress = "70:70:fc:00:29:26";
};
+ linkConfig = {
+ Multicast = true;
+ };
networkConfig = {
DHCP = true;
IPv6AcceptRA = true;
+ MulticastDNS = true;
UseDomains = true;
};
+ dhcpV4Config = {
+ RouteMetric = 200;
+ UseMTU = true;
+ };
ipv6AcceptRAConfig = {
+ RouteMetric = 200;
UseMTU = true;
};
};