feat: create and enable hd-idle module

This commit is contained in:
Ahwx 2025-04-24 11:30:09 +02:00
parent 3b00c85ad1
commit 5ca085b6da
2 changed files with 23 additions and 1 deletions

View file

@ -5,5 +5,6 @@
++ [ (import ./immich.nix) ]
++ [ (import ./nextcloud.nix) ]
++ [ (import ./home-assistant.nix) ]
++ [ (import ./smart-monitoring.nix) ];
++ [ (import ./smart-monitoring.nix) ]
++ [ (import ./hd-idle.nix) ];
}