fix(bomba): move websockify service from user to dynamic user

This commit is contained in:
2026-05-24 20:02:52 +02:00
parent 3c7f5750b9
commit 0a68c42251
+1 -1
View File
@@ -77,7 +77,7 @@
wantedBy = [ "multi-user.target" ];
serviceConfig = {
Restart = "always";
User = "nobody";
DynamicUser = true;
ExecStart = ''
${pkgs.python3Packages.websockify}/bin/websockify \
--web ${pkgs.novnc}/share/webapps/novnc \