open steam remote play ports in firewall for rotterdam
This commit is contained in:
parent
4f0224676d
commit
ca3a88c784
1 changed files with 11 additions and 0 deletions
|
|
@ -33,4 +33,15 @@
|
|||
environment.sessionVariables = rec {
|
||||
KWIN_DRM_NO_AMS = "1"; # RDNA2 colour/gamma modesetting bug workaround for kwin wayland
|
||||
};
|
||||
|
||||
network.firewall = {
|
||||
allowedTCPPorts =[
|
||||
27036 # Steam remote play
|
||||
27037 # Steam remote play
|
||||
];
|
||||
allowedUDPPorts =[
|
||||
27031 # Steam remote play
|
||||
27036 # Steam remote play
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue