chore(affogato): open firewall for orcaslicer

This commit is contained in:
transcaffeine 2024-12-19 21:13:53 +01:00
parent be811d1025
commit e4a1565c78
Signed by: transcaffeine
GPG Key ID: 03624C433676E465

View File

@ -35,6 +35,11 @@
"cloud.finallycoffee.eu"
];
};
networking.firewall = {
enable = true;
allowedTCPPorts = [ 8883 ];
allowedUDPPorts = [ 2021 ];
};
# Set your time zone.
time.timeZone = "Europe/Berlin";