Files
alo-cluster/hosts/common/global/network.nix

8 lines
84 B
Nix

{
networking.useDHCP = true;
networking.firewall = {
enable = true;
};
}