From 440f4e87546befcd9dd22346ae4dcb76b951f099 Mon Sep 17 00:00:00 2001 From: Sijmen Date: Mon, 19 Sep 2022 23:25:53 +0200 Subject: [PATCH] add ntfs --- framework/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/configuration.nix b/framework/configuration.nix index 62348ba..3e7d819 100644 --- a/framework/configuration.nix +++ b/framework/configuration.nix @@ -40,6 +40,8 @@ blacklistedKernelModules = [ "hid_sensor_hub" ]; + supportedFilesystems = [ "ntfs" ]; + loader.timeout = 0; initrd.verbose = false; consoleLogLevel = 0;