7 lines
113 B
Nix
7 lines
113 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
networking.useNetworkd = true;
|
|
networking.interfaces.enp0s6.useDHCP = true;
|
|
}
|