flakes/hosts/dandelion/networking.nix

5 lines
90 B
Nix
Raw Permalink Normal View History

2025-05-19 19:43:57 +10:00
{ ... }: {
networking.useDHCP = true;
networking.interfaces.enp2s0.useDHCP = false;
2025-05-19 19:43:57 +10:00
}