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