Changed option namespace for better compatibility

This commit is contained in:
pazpi 2024-08-27 17:49:31 +02:00
parent fe8045ee55
commit 8b25f46384
26 changed files with 407 additions and 232 deletions

View file

@ -5,10 +5,10 @@
...
}:
let
cfg = config.btrfsAutoscrub;
cfg = config.my.system.btrfsAutoscrub;
in
{
options.btrfsAutoscrub = {
options.my.system.btrfsAutoscrub = {
enable = lib.mkEnableOption "Enable BTRFS Auto Scrub module";
interval = lib.mkOption {