From d6974e1dfdb0b02c113601bfe55dda9ec4fa31cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Sat, 30 Apr 2022 17:08:58 +0200 Subject: [PATCH] Open vnc port --- hosts/chocolatebar/chocolatebar.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/chocolatebar/chocolatebar.nix b/hosts/chocolatebar/chocolatebar.nix index 52a5a96f..37084285 100644 --- a/hosts/chocolatebar/chocolatebar.nix +++ b/hosts/chocolatebar/chocolatebar.nix @@ -19,6 +19,7 @@ in ]; services.openssh.openFirewall = true; + networking.firewall.allowedTCPPorts = mkIf psCfg.sway.vnc.enable [ 5901 ]; environment.systemPackages = with pkgs; [ wayvnc