mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
fix(bomba): move websockify service from user to dynamic user
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
User = "nobody";
|
DynamicUser = true;
|
||||||
ExecStart = ''
|
ExecStart = ''
|
||||||
${pkgs.python3Packages.websockify}/bin/websockify \
|
${pkgs.python3Packages.websockify}/bin/websockify \
|
||||||
--web ${pkgs.novnc}/share/webapps/novnc \
|
--web ${pkgs.novnc}/share/webapps/novnc \
|
||||||
|
|||||||
Reference in New Issue
Block a user