fix(rpi4): add new mqtt users
This commit is contained in:
parent
92237b9269
commit
a70e42900d
|
@ -61,6 +61,20 @@ in
|
|||
];
|
||||
hashedPasswordFile = "/etc/nixos/secrets/mqtt/owntracks";
|
||||
};
|
||||
"felix" = {
|
||||
acl = [
|
||||
"topic read owntracks/#"
|
||||
"topic readwrite owntracks/felix/#"
|
||||
];
|
||||
hashedPasswordFile = "/etc/nixos/secrets/mqtt/felix";
|
||||
};
|
||||
"birgit" = {
|
||||
acl = [
|
||||
"topic read owntracks/#"
|
||||
"topic readwrite owntracks/birgit/#"
|
||||
];
|
||||
hashedPasswordFile = "/etc/nixos/secrets/mqtt/birgit";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue