nixos/bcache: enable bcache when using systemd in stage 1 initrd

This commit is contained in:
John Titor 2024-09-22 23:37:51 +05:30
parent 3f90386b24
commit 468a6cbbbe
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -11,6 +11,8 @@ in {
Whether to enable bcache support in the initrd.
'';
default = config.boot.initrd.systemd.enable && config.boot.bcache.enable;
defaultText = lib.literalExpression "config.boot.initrd.systemd.enable && config.boot.bcache.enable";
};
config = lib.mkIf cfg.enable {