Misc updates to stokes

This commit is contained in:
Jonas Juselius
2021-06-12 11:46:35 +02:00
parent 0eaf306888
commit 20909aa8da
4 changed files with 49 additions and 3 deletions

View File

@@ -171,7 +171,8 @@ let
uid=`id -u`
port=$((9000+$uid))
shell=`getent passwd $(id -un) | awk -F : '{print $NF}'`
vnc=${pkgs.tigervnc}/bin/vncserver
# vnc=${pkgs.tigervnc}/bin/vncserver
vnc=/nix/store/czp2b60dwk75widi8y287hr0xx1wgv2a-tigervnc-1.10.1/bin/vncserver
case $1 in
-p|--port) shift; port=$1 ;;