nvr1: Deploy Frigate on the nvr1.p.b
parent
533cdc2c09
commit
1a60688cc1
|
@ -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
|
Loading…
Reference in New Issue