Allow booting btrfs
This commit is contained in:
parent
5e699a762a
commit
2008a0f264
|
@ -28,6 +28,7 @@ let systemInformation = import ./system/system-information.nix; in
|
||||||
# Set IO batching to 2 minutes for power reasons
|
# Set IO batching to 2 minutes for power reasons
|
||||||
"vm.dirty_writeback_centisecs" = 12000;
|
"vm.dirty_writeback_centisecs" = 12000;
|
||||||
};
|
};
|
||||||
|
boot.initrd.supportedFilesystems = [ "btrfs" ];
|
||||||
|
|
||||||
# Setup keyfile
|
# Setup keyfile
|
||||||
boot.initrd.secrets = {
|
boot.initrd.secrets = {
|
||||||
|
|
Loading…
Reference in a new issue