diff options
author | tzlil <tzlils@protonmail.com> | 2023-03-23 14:53:16 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-03-23 14:53:16 +0200 |
commit | b13bc7eee160922057992a21198897b580a35e8e (patch) | |
tree | 05a90a019ac2a23448f55d000d83c5ef1cc1c5db /hosts/laptop | |
parent | ce3a168c060f59c24e6ae67f4677e19a79770ddf (diff) |
add ntfs to laptop
Diffstat (limited to 'hosts/laptop')
-rw-r--r-- | hosts/laptop/cfg.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 = [ |