Fix a couple references
This commit is contained in:
parent
98d0226104
commit
6b5c41b23f
|
@ -54,7 +54,7 @@ in {
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
DynamicUser = true;
|
DynamicUser = true;
|
||||||
LoadCredential = [ "mqtt.passwd:${cfg.mqtt-client.password-file}" ];
|
LoadCredential = [ "mqtt.passwd:${cfg.mqtt.password-file}" ];
|
||||||
ExecStart = pkgs.writeShellScript "snooper-server.sh"
|
ExecStart = pkgs.writeShellScript "snooper-server.sh"
|
||||||
(concatStringsSep " " ([
|
(concatStringsSep " " ([
|
||||||
"snooper-server"
|
"snooper-server"
|
||||||
|
|
Loading…
Reference in New Issue