kilgharrah: disable services related to failing HDD

This commit is contained in:
Katherina Walshe-Grey 2024-12-30 19:49:30 +00:00
parent 6168cd0f30
commit fc245b4619
3 changed files with 38 additions and 35 deletions

View file

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