nixos/profiles/common/networking.nix
2025-09-25 23:28:10 +02:00

5 lines
44 B
Nix

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