aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/saarni
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/saarni')
-rw-r--r--hosts/saarni/default.nix24
1 files changed, 24 insertions, 0 deletions
diff --git a/hosts/saarni/default.nix b/hosts/saarni/default.nix
index b614131..5043657 100644
--- a/hosts/saarni/default.nix
+++ b/hosts/saarni/default.nix
@@ -31,6 +31,30 @@
};
network = {
networks = {
+ "13-shared" = {
+ matchConfig = {
+ MACAddress = "5a:c1:1b:77:fc:e5";
+ };
+ linkConfig = {
+ Multicast = true;
+ };
+ networkConfig = {
+ DHCP = true;
+ IPv6AcceptRA = true;
+ MulticastDNS = true;
+ LinkLocalAddressing = "ipv6";
+ DNSSEC = true;
+ UseDomains = true;
+ };
+ dhcpV4Config = {
+ RouteMetric = 20;
+ UseDNS = true;
+ UseMTU = true;
+ };
+ ipv6AcceptRAConfig = {
+ UseMTU = true;
+ };
+ };
"10-lan" = {
matchConfig = {
Name = "enps0";