nixos/modules/firewall: Inherit networking.firewall.allowed*Ports

This commit is contained in:
2022-02-17 17:08:25 +00:00
parent 21ce843a8f
commit 778f635542
2 changed files with 6 additions and 4 deletions

View File

@@ -122,7 +122,7 @@ in
};
openssh = {
enable = true;
enable = mkDefault true;
};
};