feat(eientei): add frigate
This commit is contained in:
parent
28b68562fc
commit
8e935ab6aa
2 changed files with 43 additions and 0 deletions
13
spec/eientei/mosquitto.nix
Normal file
13
spec/eientei/mosquitto.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
services.mosquitto = {
|
||||
enable = true;
|
||||
listeners = [ {
|
||||
users.frigate = {
|
||||
acl = [ "readwrite #" ];
|
||||
hashedPassword = "$7$101$Zt3Me3AkHbrKBbbI$SsLTGeTwtkFGXS2F1/S3Vg6w7TcgMLU037ttedKaw/Ela0wgqbaAVxecK1j5i5TDw9OjZMkNI9mUzz9l0d7vcg==";
|
||||
};
|
||||
} ];
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 1883 ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue