Fix a couple references

This commit is contained in:
niten 2023-04-24 12:57:36 -07:00
parent 98d0226104
commit 6b5c41b23f
1 changed files with 1 additions and 1 deletions

View File

@ -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"