nixfiles/hosts/kilgharrah/backup.nix

8 lines
148 B
Nix

{ config, lib, pkgs, ... }:
{
services.sanoid.datasets."rpool_albion/state" = {
useTemplate = [ "production" ];
recursive = "zfs";
};
}