nix/common/network.nix
2025-07-21 12:26:28 +10:00

4 lines
61 B
Nix

{ lib, ... }:
{
networking.useDHCP = lib.mkDefault true;
}