From 1a60688cc159b07c520c64868fdc32f3d1add0b9 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 16 Sep 2023 08:12:36 -0500 Subject: [PATCH] nvr1: Deploy Frigate on the nvr1.p.b --- nvr1.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 nvr1.yaml diff --git a/nvr1.yaml b/nvr1.yaml new file mode 100644 index 0000000..3ee51d0 --- /dev/null +++ b/nvr1.yaml @@ -0,0 +1,28 @@ +variant: fcos +version: 1.4.0 + +ignition: + config: + merge: + - local: sshkeys.ign + - local: zram.ign + - local: gasket-driver.ign + - local: frigate.ign + +kernel_arguments: + should_exist: + - console=ttyS0,115200 + +storage: + files: + - path: /etc/hostname + mode: 0644 + contents: + inline: nvr1.pyrocufflink.blue + - path: /etc/systemd/system/var-lib-frigate.mount + mode: 0644 + contents: + inline: | + [Mount] + What=/dev/disk/by-label/frigate + Where=/var/lib/frigate