add ntfs support for desktop

This commit is contained in:
Moritz Böhme 2021-10-24 17:13:02 +02:00
parent 4a6771ec7a
commit a383f2a6a0

View file

@ -12,7 +12,7 @@
# BOOT
boot = {
supportedFilesystems = [ "btrfs" ];
supportedFilesystems = [ "btrfs" "ntfs" ];
loader = {
grub = {
enable = true;