fixup: nas root is not encrypted and failed

This commit is contained in:
rasmus 2024-07-28 03:32:11 +03:00
parent 792ff38bea
commit 2f712a935e

View File

@ -12,7 +12,7 @@ jobs:
type: snap type: snap
# "<" aka recursive, https://zrepl.github.io/configuration/filter_syntax.html # "<" aka recursive, https://zrepl.github.io/configuration/filter_syntax.html
filesystems: filesystems:
'nas<': true 'nas/k6<': true
snapshotting: snapshotting:
type: periodic type: periodic
prefix: zrepl_ prefix: zrepl_
@ -42,6 +42,6 @@ jobs:
"78.28.64.17": "offsite.k-space.ee", "78.28.64.17": "offsite.k-space.ee",
} }
filesystems: filesystems:
'nas<': true 'nas/k6': true
snapshotting: # handled by above job, separated for secuwurity (isolation of domains) snapshotting: # handled by above job, separated for secuwurity (isolation of domains)
type: manual type: manual