diff --git a/hosts/desktop/default.nix b/hosts/desktop/default.nix index 97ffb2f..cd8410a 100644 --- a/hosts/desktop/default.nix +++ b/hosts/desktop/default.nix @@ -29,4 +29,7 @@ useOSProber = true; }; }; + + # Support mounting NTFS partition + boot.supportedFilesystems = [ "ntfs" ]; }