diff options
| author | Fuwn <[email protected]> | 2024-10-21 02:54:19 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-21 02:54:19 -0700 |
| commit | 445fdc66db7f4053429996bfb56a967f78d1f20b (patch) | |
| tree | e1943471324fb07d23d43d51393cca4f48737ee5 /modules/pc/software | |
| parent | desktop: add plex (diff) | |
| download | nixos-config-445fdc66db7f4053429996bfb56a967f78d1f20b.tar.xz nixos-config-445fdc66db7f4053429996bfb56a967f78d1f20b.zip | |
pc: setup plex drive and scaffold kansai mount point
Diffstat (limited to 'modules/pc/software')
| -rw-r--r-- | modules/pc/software/boot/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pc/software/boot/default.nix b/modules/pc/software/boot/default.nix index 41531c8..a8ed471 100644 --- a/modules/pc/software/boot/default.nix +++ b/modules/pc/software/boot/default.nix @@ -11,6 +11,7 @@ consoleLogLevel = 3; kernelPackages = pkgs.linuxPackages_zen; initrd.systemd.enable = true; + supportedFilesystems = [ "ntfs" ]; kernelParams = [ "iommu=pt" |