Add a shell alias to start the vnc server
This commit is contained in:
parent
aa221f9784
commit
36594edaf8
1 changed files with 4 additions and 0 deletions
|
|
@ -4,4 +4,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ 5900 ];
|
allowedTCPPorts = [ 5900 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.shellAliases = {
|
||||||
|
startvnc = "x0vncserver -PasswordFile=$HOME/.vnc/passwd -rfbport=5900";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue