nixos-anywhere-bare/config/networking.nix
2024-04-10 19:47:45 +02:00

9 lines
69 B
Nix

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