flakes/hosts/dandelion/networking.nix
Cilly Leang 3a45f85c37
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
dandelion/networking: disable dhcp on enp2s0
2026-03-17 02:10:11 +11:00

4 lines
90 B
Nix

{ ... }: {
networking.useDHCP = true;
networking.interfaces.enp2s0.useDHCP = false;
}