Rename mounts

This commit is contained in:
Graham Christensen 2020-06-07 22:10:09 -04:00
parent 8441f4372d
commit 52ff503c48
No known key found for this signature in database
GPG Key ID: FE918C3A98C1030F

View File

@ -76,14 +76,14 @@ in
inherit config pkgs;
initrds = {
initrd = "${config.system.build.initialRamdisk}/initrd";
squashes = "${(
nix-store = "${(
netbootpkgs.makeCpioRecursive {
name = "better-initrd";
inherit (config.boot.initrd) compressor;
root = config.system.build.squashfsStore;
}
)}/initrd";
squashmanifest = "${pkgs.makeInitrd {
manifest = "${pkgs.makeInitrd {
inherit (config.boot.initrd) compressor;
contents =
[