kilgharrah: replace failed HDD

This commit is contained in:
Katherina Walshe-Grey 2025-01-04 19:28:02 +00:00
parent e078b80e24
commit 473e113c4f
3 changed files with 35 additions and 38 deletions

View file

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