nix-config/modules/network-server.nix

10 lines
104 B
Nix

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