dandelion/networking: disable dhcp on enp2s0
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
This commit is contained in:
parent
c4bd8d3fa1
commit
3a45f85c37
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
networking.useDHCP = true;
|
networking.useDHCP = true;
|
||||||
|
networking.interfaces.enp2s0.useDHCP = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue