diff options
author | makefu <github@syntax-fehler.de> | 2017-09-11 21:10:37 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-09-11 21:10:37 +0200 |
commit | df0e69379bc4a59ba28c2a4c07b646ae5176659b (patch) | |
tree | d90174c4429640265c3ab6352b1e2476a03e4e5f /krebs | |
parent | 8a50e700166835c86d4339647c378c465a2970a3 (diff) | |
parent | de16ae2a12145901c3d9e2efef062b161b9448e3 (diff) |
Merge branch 'master' of prism:stockholm
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/1systems/puyak/config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/1systems/puyak/config.nix b/krebs/1systems/puyak/config.nix index 083a25a89..978bd18e0 100644 --- a/krebs/1systems/puyak/config.nix +++ b/krebs/1systems/puyak/config.nix @@ -71,4 +71,5 @@ isNormalUser = true; shell = "/run/current-system/sw/bin/zsh"; }; + networking.firewall.allowedTCPPorts = [ 5901 ]; } |