Allow booting btrfs

This commit is contained in:
Emi Simpson 2023-01-15 15:16:40 -05:00
parent 5e699a762a
commit 2008a0f264
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {