nix-config/modules/network-server.nix

10 lines
72 B
Nix
Raw Normal View History

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