Enable ntfs support on ritual
This commit is contained in:
parent
94a767c87b
commit
958bf4adfd
|
@ -12,6 +12,8 @@
|
|||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/6d51e9df-99f3-4eb3-b2da-a1c9b7e405df";
|
||||
fsType = "btrfs";
|
||||
|
|
Loading…
Reference in New Issue