chore(affogato): open firewall for orcaslicer
This commit is contained in:
parent
be811d1025
commit
e4a1565c78
@ -35,6 +35,11 @@
|
|||||||
"cloud.finallycoffee.eu"
|
"cloud.finallycoffee.eu"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
networking.firewall = {
|
||||||
|
enable = true;
|
||||||
|
allowedTCPPorts = [ 8883 ];
|
||||||
|
allowedUDPPorts = [ 2021 ];
|
||||||
|
};
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
Loading…
Reference in New Issue
Block a user