Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
4 lines
90 B
Nix
4 lines
90 B
Nix
{ ... }: {
|
|
networking.useDHCP = true;
|
|
networking.interfaces.enp2s0.useDHCP = false;
|
|
}
|