diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 1725619..54e125e 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -62,21 +62,11 @@ }; }; }; - services = { - minidlna = { - enable = false; - openFirewall = true; - settings = { - inotify = "yes"; - media_dir = [ - "/srv/pool" - "/home/jawz" - ]; - }; - }; - btrfs.autoScrub = { - enable = true; - fileSystems = [ "/" ]; - }; + services.btrfs.autoScrub = { + enable = true; + fileSystems = [ + "/" + "/srv/pool" + ]; }; }