aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2026-02-03 13:44:30 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2026-02-03 13:44:30 +0200
commit9c84dcac3b986eec6e968470b5751e244e341d7b (patch)
tree78d975f5546dd650edfd3887e067e171d8268374 /hosts
parenteb227174bc2d251b31cf0d22028465aae11da925 (diff)
downloadnixos-9c84dcac3b986eec6e968470b5751e244e341d7b.tar.zst
Update
Diffstat (limited to 'hosts')
-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";