yevaud, orm, kalessin: split networking to separate file

This commit is contained in:
Katherina Walshe-Grey 2024-11-05 19:05:27 +00:00
parent 9cfe6e2c4c
commit 052b0c1c4f
9 changed files with 48 additions and 55 deletions

View file

@ -0,0 +1,6 @@
{ config, lib, pkgs, ... }:
{
networking.useNetworkd = true;
networking.interfaces.enp0s6.useDHCP = true;
}