From b13bc7eee160922057992a21198897b580a35e8e Mon Sep 17 00:00:00 2001 From: tzlil Date: Thu, 23 Mar 2023 14:53:16 +0200 Subject: add ntfs to laptop --- hosts/laptop/cfg.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/laptop') diff --git a/hosts/laptop/cfg.nix b/hosts/laptop/cfg.nix index 3293760..49bdbef 100644 --- a/hosts/laptop/cfg.nix +++ b/hosts/laptop/cfg.nix @@ -34,6 +34,7 @@ supportedFilesystems = ["btrfs"]; availableKernelModules = ["xhci_pci" "ahci" "nvme" "usb_storage" "sd_mod"]; }; + supportedFilesystems = ["ntfs"]; kernelModules = ["kvm-intel"]; kernelPackages = lib.mkDefault pkgs.linuxPackages_latest; kernelParams = [ -- cgit 1.4.1