desktop: supportedFileSystems += ntfs

This commit is contained in:
Motiejus Jakštys 2024-08-20 19:11:47 +03:00
parent 50f2f3839a
commit 6c8caf40a7
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ let
in in
{ {
config = { config = {
boot.supportedFilesystems = [ "ntfs" ];
hardware.bluetooth = { hardware.bluetooth = {
enable = true; enable = true;
powerOnBoot = true; powerOnBoot = true;