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" ]; }