nix-config/modules/network-server.nix

9 lines
72 B
Nix

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