From ef2333cdae61df8195fea08421b4ca1c04a12898 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Wed, 12 Apr 2023 19:48:20 +0200 Subject: [PATCH] add dock network --- hosts/toaster/network.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/toaster/network.nix b/hosts/toaster/network.nix index 91450bd..26def6b 100644 --- a/hosts/toaster/network.nix +++ b/hosts/toaster/network.nix @@ -37,6 +37,14 @@ IPv6AcceptRA = true; }; }; + networks."10-dock" = { + matchConfig.Name = "enp5s0f4u1u1"; + networkConfig = { + DHCP = "yes"; + IPv6AcceptRA = true; + }; + dhcpV4Config = { RouteMetric = 666; }; + }; networks."10-wlan" = { # matchConfig.MACAddress = "04:7b:cb:2a:aa:8c"; matchConfig.Name = "wlan0";