nixfiles/hosts/tehanu/networking.nix

6 lines
113 B
Nix

{ config, lib, pkgs, ... }:
{
networking.useNetworkd = true;
networking.interfaces.enp0s6.useDHCP = true;
}