From a433b7df295f924bc3259fdb7ece389a31ae3181 Mon Sep 17 00:00:00 2001 From: ene Date: Sat, 4 Feb 2023 22:17:24 +0100 Subject: Feat: Reworked the Filesystem configuration This reduces the unnecessary complexity of the whole fileSystemLayouts.nix file. --- system/boot/boot.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system/boot') diff --git a/system/boot/boot.nix b/system/boot/boot.nix index 629e63ae..511c14c5 100644 --- a/system/boot/boot.nix +++ b/system/boot/boot.nix @@ -7,6 +7,7 @@ initrd = { compressor = "lz4"; compressorArgs = ["-9"]; + kernelModules = [ "nvme" "btrfs" ]; }; kernelPackages = pkgs.linuxPackages_latest; -- cgit 1.4.1