my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
12
fork

Configure Feed

Select the types of activity you want to include in your feed.

nixos/networking: update ethernet devices

+1 -2
+1 -2
modules/nixos/networking/systemd.nix
··· 3 3 inherit (lib) mkForce concatMapAttrs genAttrs; 4 4 5 5 ethernetDevices = [ 6 - "wlp1s0f0u8" # wifi dongle 7 - "enp7s0" # ethernet interface on the motherboard 6 + "enp0s31f6" # ethernet interface on the motherboard 8 7 ]; 9 8 in 10 9 {