spec(eientei): add frigate

This commit is contained in:
514fpv 2024-02-02 07:33:17 +08:00
parent cc892046ca
commit a399ca63c3
Signed by: koishi
SSH key fingerprint: SHA256:652+A2yCgByK6j4+urGiApE+tZbISyelwTnr76Tm+x8
2 changed files with 43 additions and 0 deletions

View 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 ];
}