open factorio port
This commit is contained in:
parent
8197774471
commit
a488df8854
2 changed files with 11 additions and 4 deletions
|
|
@ -46,6 +46,14 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedUDPPortRanges = [
|
||||
{
|
||||
# Factorio
|
||||
from = 34197;
|
||||
to = 34197;
|
||||
}
|
||||
];
|
||||
|
||||
my.allowUnfreePackages = [
|
||||
"steam"
|
||||
"steam-original"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue