kalessin: add new state dataset

This commit is contained in:
Katherina Walshe-Grey 2025-03-04 19:45:03 +00:00
parent d36c87220b
commit 86f77d2564
2 changed files with 17 additions and 0 deletions

View file

@ -114,6 +114,13 @@
source = "rpool_orm";
target = "rpool_elucredassa/backup/orm";
};
"kalessin-state" = {
dataset = "state";
sourceHost = "kalessin";
targetHost = "elucredassa";
source = "rpool_kalessin";
target = "rpool_elucredassa/backup/kalessin";
};
};
};

View file

@ -26,5 +26,15 @@ in
authorizedKeys.keys = [ ];
};
randomcat.services.zfs.datasets = {
"rpool_kalessin/state" = { mountpoint = "none"; };
};
services.sanoid.datasets."rpool_kalessin/state" = {
useTemplate = [ "production" ];
recursive = "zfs";
process_children_only = true;
};
system.stateVersion = "23.11";
}