nix/base/network.nix
2025-07-21 00:17:52 +10:00

4 lines
61 B
Nix

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