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 = { networking = {
networkmanager.enable = true; networkmanager.enable = true;
nftables.enable = true;
firewall = { firewall = {
allowedTCPPorts = [ allowedTCPPorts = [
2222 2222
]; ];
allowedUDPPorts = [];
}; };
}; };