mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-27 07:20:14 +00:00
allow reading windows ntfs drives
This commit is contained in:
@ -35,4 +35,9 @@
|
|||||||
# Allows GRUB to interact with the UEFI/BIOS I guess
|
# Allows GRUB to interact with the UEFI/BIOS I guess
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Allow reading from Windows drives
|
||||||
|
boot.supportedFilesystems =
|
||||||
|
lib.mkIf (config.physical && pkgs.stdenv.isLinux) [ "ntfs" ];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user