open factorio port

This commit is contained in:
Vinzenz Schroeter 2023-10-08 21:34:45 +02:00
parent 8197774471
commit a488df8854
2 changed files with 11 additions and 4 deletions

View file

@ -52,22 +52,21 @@ in {
};
};
# unblock kde connect / gsconnect
networking = {
networkmanager.enable = true;
firewall.enable = true;
firewall = {
enable = true;
allowedTCPPortRanges = [
{
# KDE Connect
# KDE Connect / gsconnect
from = 1714;
to = 1764;
}
];
allowedUDPPortRanges = [
{
# KDE Connect
# KDE Connect / gsconnect
from = 1714;
to = 1764;
}

View file

@ -46,6 +46,14 @@ in {
};
};
networking.firewall.allowedUDPPortRanges = [
{
# Factorio
from = 34197;
to = 34197;
}
];
my.allowUnfreePackages = [
"steam"
"steam-original"