Updated flake & added development configuration

This commit is contained in:
2024-07-17 10:54:54 +02:00
parent 726b059e5e
commit b2b37b0537
6 changed files with 63 additions and 29 deletions

View File

@@ -37,7 +37,7 @@
networking.networkmanager.enable = true;
networking.firewall = {
allowedTCPPorts = [ 1080 ];
allowedTCPPorts = [ 80 443 1080 ];
allowedUDPPorts = [ 53 ];
};