ma vncserver: retab

This commit is contained in:
makefu 2017-09-07 21:51:24 +02:00
parent b8434d3099
commit 54feede990
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -33,7 +33,7 @@ in {
serviceConfig = {
User = "nobody";
ExecStart = "${pkgs.novnc}/bin/launch-novnc.sh --listen ${toString web_port} --vnc localhost:${toString vnc_port}";
PrivateTmp = true;
PrivateTmp = true;
};
};
};