fix netboot image

This commit is contained in:
Jörg Thalheim
2024-08-02 10:24:34 +02:00
parent 3de4714572
commit d79b03a59c
+2 -2
View File
@@ -88,8 +88,8 @@ with lib;
prepend = [ "${config.system.build.initialRamdisk}/initrd" ];
contents =
[ { object = config.system.build.squashfsStore;
symlink = "/nix-store.squashfs";
[ { source = config.system.build.squashfsStore;
target = "/nix-store.squashfs";
}
];
};