From 7d6c6ed73258142fa80f2f658cf865a1c67fe430 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Wed, 5 May 2021 09:19:19 +0000 Subject: [PATCH] Add ntfs-3g to supported filesystems --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 1bf57f5..369194f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -51,6 +51,7 @@ in { boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; boot.tmpOnTmpfs = true; + boot.supportedFilesystems = [ "ntfs" ]; system.stateVersion = "20.09";