refactor(firewall): Make services responsible for opening ports
This commit is contained in:
parent
12790d5444
commit
6bedb95929
9 changed files with 63 additions and 39 deletions
|
|
@ -8,6 +8,8 @@ let
|
|||
inherit (lib) concatStringsSep;
|
||||
in
|
||||
{
|
||||
networking.firewall.allowedTCPPorts = [ 21025 ];
|
||||
|
||||
# Sadly, steam-run requires some X libs
|
||||
environment.noXlibs = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue