Add a shell alias to start the vnc server

This commit is contained in:
Benson Chu 2025-04-26 13:20:27 -05:00
parent aa221f9784
commit 36594edaf8

View file

@ -4,4 +4,8 @@
enable = true; enable = true;
allowedTCPPorts = [ 5900 ]; allowedTCPPorts = [ 5900 ];
}; };
environment.shellAliases = {
startvnc = "x0vncserver -PasswordFile=$HOME/.vnc/passwd -rfbport=5900";
};
} }