treewide: snapshot important datasets with sanoid

This commit is contained in:
Katherina Walshe-Grey 2024-12-24 17:47:34 +00:00
parent 715b3f799a
commit 345bf13b0d
6 changed files with 55 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{ config, lib, pkgs, ... }:
{
services.sanoid.datasets."rpool_albion/state" = {
useTemplate = [ "production" ];
recursive = "zfs";
};
}

View file

@ -5,6 +5,7 @@ let
in
{
imports = [
./backup.nix
./filesystems.nix
./hardware.nix
./networking.nix