Loading nixos/modules/system/boot/systemd/initrd.nix +3 −1 Original line number Diff line number Diff line Loading @@ -133,7 +133,9 @@ let name = "initrd-${kernel-name}"; inherit (config.boot.initrd) compressor compressorArgs prepend; contents = lib.filter ({ source, ... }: !lib.elem source cfg.suppressedStorePaths) cfg.storePaths; contents = lib.filter ( { source, enable, ... }: (!lib.elem source cfg.suppressedStorePaths) && enable ) cfg.storePaths; }; in Loading Loading
nixos/modules/system/boot/systemd/initrd.nix +3 −1 Original line number Diff line number Diff line Loading @@ -133,7 +133,9 @@ let name = "initrd-${kernel-name}"; inherit (config.boot.initrd) compressor compressorArgs prepend; contents = lib.filter ({ source, ... }: !lib.elem source cfg.suppressedStorePaths) cfg.storePaths; contents = lib.filter ( { source, enable, ... }: (!lib.elem source cfg.suppressedStorePaths) && enable ) cfg.storePaths; }; in Loading