Loading nixos/modules/tasks/bcache.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
nixos/modules/tasks/bcache.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading