From 2008a0f2648e6d8900d3c87f4c94ec343c260446 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Sun, 15 Jan 2023 15:16:40 -0500 Subject: [PATCH] Allow booting btrfs --- nixos.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos.nix b/nixos.nix index 524be48..8abeb19 100644 --- a/nixos.nix +++ b/nixos.nix @@ -28,6 +28,7 @@ let systemInformation = import ./system/system-information.nix; in # Set IO batching to 2 minutes for power reasons "vm.dirty_writeback_centisecs" = 12000; }; + boot.initrd.supportedFilesystems = [ "btrfs" ]; # Setup keyfile boot.initrd.secrets = {