This commit is contained in:
Daniel Flanagan 2024-06-28 22:54:16 -05:00
parent 52c3f11b41
commit 5c15f1f338

View file

@ -33,7 +33,6 @@
environment = {
systemPackages = with pkgs; [
steam
spotify
discord
slack
@ -190,8 +189,18 @@
# };
# };
networking.firewall.allowedTCPPorts = [
networking.firewall.allowedTCPPorts = let
stardewValley = 24642;
in [
8000 # dev stuff
stardewValley
7777
];
networking.firewall.allowedUDPPorts = let
stardewValley = 24642;
in [
8000 # dev stuff
stardewValley
7777
];