lyra config: iptables -> nftables

This commit is contained in:
foxora 2026-03-05 10:46:41 +00:00
parent ea11023e98
commit 18f81ea61c

View file

@ -22,11 +22,13 @@
networking = {
networkmanager.enable = true;
nftables.enable = true;
firewall = {
allowedTCPPorts = [
2222
];
allowedUDPPorts = [];
};
};