configured sops-nix

This commit is contained in:
Bryan Ramos 2025-07-15 01:54:01 -04:00
parent a9843c9089
commit beb00a5718
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 62 additions and 4 deletions

View file

@ -20,7 +20,7 @@ in
"Doorbell" = {
ffpmeg.inputs = [
{
path = "rtsp://admin:th3bigbl4ck@192.168.0.108/cam/realmonitor?channel=1&subtype=0";
path = "rtsp://$(cat /run/secrets/camera_user):$(cat /run/secrets/camera_pass)@192.168.0.108/cam/realmonitor?channel=1&subtype=0";
roles = [ "detect" "record" ];
}
];