This commit is contained in:
mjallen18
2026-01-27 12:44:16 -06:00
parent d2c1cbf987
commit defbd725dd
10 changed files with 411 additions and 366 deletions

View File

@@ -1,4 +1,9 @@
{ lib, config, namespace, ... }:
{
lib,
config,
namespace,
...
}:
{
services.btrfs = {
autoScrub.enable = lib.mkDefault (config.${namespace}.hardware.disko.filesystem == "btrfs");