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