From c17dad8344607a46df76b01d03873b1d02683c83 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 11 Jun 2022 17:25:45 +0530 Subject: chore: config update --- hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hardware-configuration.nix') diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 6beaa45..40fd0aa 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -24,6 +24,7 @@ boot.extraModprobeConfig = '' options snd slots=snd-hda-intel ''; + boot.supportedFilesystems = [ "ntfs" ]; services.udev = { packages = [ -- cgit v1.3.1