Added ntfs to supported filesystems
This commit is contained in:
parent
c8a199b9fc
commit
5304170d10
@ -13,6 +13,9 @@
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# Supported Filesystems
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
|
||||
# Set hostname
|
||||
networking.hostName = "randomctf";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user