glotzbert: use unix for pw

This commit is contained in:
Sandro - 2023-12-28 22:14:42 +01:00
parent 066ae5e033
commit 55598847ee
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 3 deletions

View File

@ -54,9 +54,7 @@
wantedBy = [ "graphical-session.target" ]; wantedBy = [ "graphical-session.target" ];
partOf = [ "graphical-session.target" ]; partOf = [ "graphical-session.target" ];
serviceConfig = { serviceConfig = {
ExecStart = '' ExecStart = "${lib.getExe pkgs.x11vnc} -forever -shared -unixpw k-ot";
${pkgs.x11vnc}/bin/x11vnc -shared -forever -passwd k-ot
'';
RestartSec = 3; RestartSec = 3;
Restart = "always"; Restart = "always";
}; };