feedbackd: fix over-escaping of $HOME
This commit is contained in:
@@ -98,7 +98,7 @@ in
|
|||||||
description = "feedbackd audio/vibration/led controller";
|
description = "feedbackd audio/vibration/led controller";
|
||||||
wantedBy = [ "default.target" ]; #< should technically be `sound.target`, but that doesn't seem to get auto-started?
|
wantedBy = [ "default.target" ]; #< should technically be `sound.target`, but that doesn't seem to get auto-started?
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = lib.escapeShellArgs ([
|
ExecStart = lib.concatStringsSep " " ([
|
||||||
"env"
|
"env"
|
||||||
"G_MESSAGES_DEBUG=all"
|
"G_MESSAGES_DEBUG=all"
|
||||||
] ++ lib.optionals cfg.config.proxied [
|
] ++ lib.optionals cfg.config.proxied [
|
||||||
|
Reference in New Issue
Block a user