flakes/hosts/dandelion/networking.nix

3 lines
42 B
Nix

{ ... }: {
networking.useDHCP = true;
}