feat: remove ntfs support

This commit is contained in:
Felix Schröter 2020-09-07 12:46:50 +02:00
parent a25a444835
commit 519da170b6
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -11,7 +11,7 @@
allowDiscards = true; allowDiscards = true;
}; };
}; };
boot.supportedFilesystems = [ "btrfs" "ntfs" ]; boot.supportedFilesystems = [ "btrfs" ];
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;