nixos-anywhere-bare/config/networking.nix

9 lines
69 B
Nix
Raw Normal View History

2024-04-10 19:47:45 +02:00
{
config,
pkgs,
lib,
...
}: {
networking.useDHCP = true;
}