dandelion/networking: disable dhcp on enp2s0
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-03-17 02:10:11 +11:00
parent c4bd8d3fa1
commit 3a45f85c37
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,3 +1,4 @@
{ ... }: {
networking.useDHCP = true;
networking.interfaces.enp2s0.useDHCP = false;
}