yevaud: Disable networkd

Just so much more trouble than it's worth - NixOS containers are really
not designed to work with it
This commit is contained in:
Katherina Walshe-Grey 2025-06-16 20:35:07 +01:00
parent dfe00fabb4
commit 9cf30613f4
2 changed files with 0 additions and 13 deletions

View file

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