turned on nftables to make incus work
This commit is contained in:
parent
c5a12087ce
commit
048046235d
|
@ -93,6 +93,7 @@
|
||||||
networking.firewall.enable = true;
|
networking.firewall.enable = true;
|
||||||
networking.firewall.allowedTCPPorts = [ 22 19999 23231];
|
networking.firewall.allowedTCPPorts = [ 22 19999 23231];
|
||||||
networking.firewall.allowedUDPPorts = [ 22 23231 ];
|
networking.firewall.allowedUDPPorts = [ 22 23231 ];
|
||||||
|
networking.nftables.enable = true;
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue