From b7919f9faa3153aee9445dc5618ff416e13a1ddc Mon Sep 17 00:00:00 2001 From: bad Date: Fri, 14 Jan 2022 19:57:34 +0100 Subject: [PATCH] Add ntfs --- profiles/workstation/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/workstation/default.nix b/profiles/workstation/default.nix index 4703290..1556932 100644 --- a/profiles/workstation/default.nix +++ b/profiles/workstation/default.nix @@ -21,4 +21,5 @@ services.gvfs.enable = true; services.udisks2.enable = true; services.devmon.enable = true; + boot.supportedFilesystems = [ "ntfs" ]; }