From de16ae2a12145901c3d9e2efef062b161b9448e3 Mon Sep 17 00:00:00 2001
From: lassulus <lassulus@lassul.us>
Date: Mon, 11 Sep 2017 20:10:07 +0200
Subject: [PATCH] puyak.r: allow vnc

---
 krebs/1systems/puyak/config.nix | 1 +
 1 file changed, 1 insertion(+)

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 ];
 }