flakes/hosts/dandelion/networking.nix

4 lines
42 B
Nix
Raw Permalink Normal View History

2025-05-19 19:43:57 +10:00
{ ... }: {
networking.useDHCP = true;
}