Skip to content

Commit

Permalink
Merge pull request #870 from NobbZ/add-xfs
Browse files Browse the repository at this point in the history
feat: enable XFS for mimas
  • Loading branch information
NobbZ authored May 14, 2024
2 parents 17df290 + 49f83fc commit d278a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/configurations/hardware/mimas.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
boot.kernelModules = ["kvm-intel"];
boot.kernelParams = ["intel_pstate=active"];
boot.extraModulePackages = [];
boot.supportedFilesystems = ["ntfs" "exfat" "avfs"];
boot.supportedFilesystems = ["ntfs" "exfat" "avfs" "xfs"];

hardware.cpu.intel.updateMicrocode = true;
hardware.enableRedistributableFirmware = true;
Expand Down

0 comments on commit d278a4e

Please sign in to comment.