Added ntfs to supported filesystems

This commit is contained in:
Random936 2024-07-26 13:57:35 -07:00
parent c8a199b9fc
commit 5304170d10

View File

@ -13,6 +13,9 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
# Supported Filesystems
boot.supportedFilesystems = [ "ntfs" ];
# Set hostname # Set hostname
networking.hostName = "randomctf"; networking.hostName = "randomctf";