mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
configured sops-nix
This commit is contained in:
parent
a9843c9089
commit
beb00a5718
4 changed files with 62 additions and 4 deletions
|
|
@ -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" ];
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue