kalessin, orm: Fix broken backups

Not been working for two and a half months. Oops. We've all been there.
This commit is contained in:
Katherina Walshe-Grey 2025-05-28 15:27:07 +01:00
parent 5fee65c784
commit 83e8c3d8f8
2 changed files with 0 additions and 2 deletions

View file

@ -35,7 +35,6 @@ in
services.sanoid.datasets."rpool_kalessin/state" = {
useTemplate = [ "production" ];
recursive = "zfs";
process_children_only = true;
};
qenya.services.owncast = {

View file

@ -31,7 +31,6 @@
services.sanoid.datasets."rpool_orm/state" = {
useTemplate = [ "production" ];
recursive = "zfs";
process_children_only = true;
};
services.postgresql = {