From 026095f97198bf3f4fb02f4adbcc351ab9ec49b0 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Tue, 5 Mar 2024 20:59:28 +0100 Subject: [PATCH] Enable ntfs support --- hosts/common/global/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/common/global/default.nix b/hosts/common/global/default.nix index 92d802f..fe84877 100644 --- a/hosts/common/global/default.nix +++ b/hosts/common/global/default.nix @@ -29,4 +29,6 @@ # Enable networking networking.networkmanager.enable = true; + + boot.supportedFilesystems = ["ntfs"]; }