From 7794464b3679a229f0a78d22d6720f0418db15fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sun, 18 Oct 2020 17:26:19 +0200 Subject: [PATCH] feat: enable ntfs support --- configs/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/default.nix b/configs/default.nix index 91934cb..9ff8b93 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -4,6 +4,9 @@ in { imports = [ + { + boot.supportedFilesystems = [ "ntfs" ]; + } { niveum.user = { github = "kmein";