From 47094c899f23c0bfd965972ef0a5cf18ab53dab6 Mon Sep 17 00:00:00 2001 From: traxys Date: Tue, 16 May 2023 11:32:49 +0200 Subject: [PATCH] ZeNixComputa: Add a VNC server --- hostconfig/ZeNixComputa/hm.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hostconfig/ZeNixComputa/hm.nix b/hostconfig/ZeNixComputa/hm.nix index 5bcf854..ee7405f 100644 --- a/hostconfig/ZeNixComputa/hm.nix +++ b/hostconfig/ZeNixComputa/hm.nix @@ -11,6 +11,10 @@ userEmail = config.extraInfo.email; }; + wm.startup = [ + {command = "${pkgs.wayvnc}/bin/waync 127.0.0.1 5800";} + ]; + wm.workspaces.definitions = { "2:".output = "HDMI-A-1"; "".output = "DP-2";