diff --git a/hosts/common/vnc.nix b/hosts/common/vnc.nix index 7831a36..b60183c 100644 --- a/hosts/common/vnc.nix +++ b/hosts/common/vnc.nix @@ -4,4 +4,8 @@ enable = true; allowedTCPPorts = [ 5900 ]; }; + + environment.shellAliases = { + startvnc = "x0vncserver -PasswordFile=$HOME/.vnc/passwd -rfbport=5900"; + }; }