Add NTFS support

This commit is contained in:
Trevor Vallender 2023-04-18 12:33:38 +01:00
parent 73d8e6bd63
commit 7a258097cf
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ in
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.supportedFilesystems = [ "ntfs" ];
networking.hostName = "ritchie"; networking.hostName = "ritchie";
networking.networkmanager.enable = true; networking.networkmanager.enable = true;