From 52ff503c4841cb7e5727b4cfa9be22e91773a5a1 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sun, 7 Jun 2020 22:10:09 -0400 Subject: [PATCH] Rename mounts --- quickly.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickly.nix b/quickly.nix index cd8351b..945ea37 100644 --- a/quickly.nix +++ b/quickly.nix @@ -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 = [