nix-config/systems/common/core/networking.nix

8 lines
81 B
Nix

{ configVars, ... }:
{
networking.firewall = {
enable = true;
};
}