format
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{config, lib, ...}:
|
||||
{ config, lib, ... }:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.custom.misc.btrfs;
|
||||
@@ -7,7 +7,7 @@ in
|
||||
options.custom.misc.btrfs = {
|
||||
enable = mkEnableOption "Enables btrfs scrubbing";
|
||||
};
|
||||
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
services.btrfs.autoScrub.enable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user