6 lines
111 B
Nix
6 lines
111 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
networking.useNetworkd = true;
|
|
networking.interfaces.ens3.useDHCP = true;
|
|
}
|