Add NTFS support to Odyssey

This commit is contained in:
2023-05-20 06:48:53 +01:00
parent a73e649025
commit 1e4779d8b1
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.supportedFilesystems = [ "ntfs" ];
hardware.nvidia = {
modesetting.enable = true;