From 9c033912ef1b5bae5d470d13a896eb8769fb48c1 Mon Sep 17 00:00:00 2001 From: arcnmx Date: Mon, 25 Nov 2024 12:01:29 -0800 Subject: [PATCH] chore(c4130): set ether name policy --- nixos/hw/c4130.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/nixos/hw/c4130.nix b/nixos/hw/c4130.nix index 27b5e0fe..45ed0b05 100644 --- a/nixos/hw/c4130.nix +++ b/nixos/hw/c4130.nix @@ -70,6 +70,18 @@ in { }; }; }; + links = { + "10-eno1" = { + linkConfig = { + NamePolicy = "onboard"; + }; + }; + "10-eno2" = { + linkConfig = { + NamePolicy = "onboard"; + }; + }; + }; }; environment.systemPackages = [