mopidy: fix option conflict
This commit is contained in:
parent
e2bd010d34
commit
2800e74f7e
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
|||
connection_timeout = 300
|
||||
'';
|
||||
|
||||
systemd.services.mopidy.serviceConfig.User = "root";
|
||||
systemd.services.mopidy.serviceConfig.User = lib.mkForce "root";
|
||||
};
|
||||
service.ports = [ "8096:8096" ];
|
||||
service.devices = [ "/dev/dri/renderD128:/dev/dri/renderD128" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue