nixos/profiles/base: remove duplicate and optimize fsPackages

This commit is contained in:
Izorkin
2023-03-03 16:16:31 +03:00
parent 0367cc8b5a
commit 3e3367aa6a
2 changed files with 3 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ in
{
config = mkIf (any (fs: fs == "vfat") config.boot.supportedFilesystems) {
system.fsPackages = [ pkgs.dosfstools ];
system.fsPackages = [ pkgs.dosfstools pkgs.mtools ];
boot.initrd.kernelModules = mkIf inInitrd [ "vfat" "nls_cp437" "nls_iso8859-1" ];