diff options
| author | lassulus <lassulus@lassul.us> | 2017-09-11 20:10:07 +0200 | 
|---|---|---|
| committer | lassulus <lassulus@lassul.us> | 2017-09-11 20:10:07 +0200 | 
| commit | de16ae2a12145901c3d9e2efef062b161b9448e3 (patch) | |
| tree | 64b8df761002432a4d77ed8199f71044ddc04ea1 | |
| parent | 5067cc312e32b47862a8c02455bb2cd8f89a48a0 (diff) | |
puyak.r: allow vnc
| -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 ];  }  | 
