flakes/hosts/hazel/networking.nix
2025-04-05 13:05:59 +11:00

5 lines
63 B
Nix

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