nixfiles/hosts/yevaud/networking.nix
Katherina Walshe-Grey 9cf30613f4 yevaud: Disable networkd
Just so much more trouble than it's worth - NixOS containers are really
not designed to work with it
2025-06-17 12:14:32 +01:00

5 lines
78 B
Nix

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