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" ];
|
||||
serviceConfig = {
|
||||
Restart = "always";
|
||||
User = "nobody";
|
||||
DynamicUser = true;
|
||||
ExecStart = ''
|
||||
${pkgs.python3Packages.websockify}/bin/websockify \
|
||||
--web ${pkgs.novnc}/share/webapps/novnc \
|
||||
|
||||
Reference in New Issue
Block a user