master #81

Merged
astro merged 5 commits from :master into master 2022-11-15 15:24:58 +01:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit dfad2b9721 - Show all commits

View File

@ -54,6 +54,11 @@
];
};
# enable IP routing
boot.kernel.sysctl."net.ipv4.conf.all.forwarding" = 1;
boot.kernel.sysctl."net.ipv4.conf.default.forwarding" = 1;
networking.firewall = {
allowedTCPPorts = [ 80 443 22 53 14000 14500 15000 ];
allowedUDPPorts = [ 18900 53 ];