flake/nixos/networking/dhcp.nix
2023-09-19 08:17:43 +08:00

5 lines
No EOL
43 B
Nix

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