diff --git a/filesystems.nix b/filesystems.nix index 7d3880b..0c197f2 100644 --- a/filesystems.nix +++ b/filesystems.nix @@ -72,6 +72,8 @@ in fileSystems."/boot".neededForBoot = mkDefault true; + boot.supportedFilesystems = [ "ntfs" "ext4" "vfat" "exfat" ]; + aviallon.filesystems.udevRules = mkBefore (concatLists [ (optional (!(builtins.isNull cfg.hddScheduler)) ''ACTION!="remove", SUBSYSTEM=="block", KERNEL=="sd[a-z]*", ATTR{queue/rotational}=="1", ATTR{queue/scheduler}="${cfg.hddScheduler}"''