fix netboot image

This commit is contained in:
Jörg Thalheim
2024-08-04 17:35:46 +02:00
committed by gador
parent c12f4fd5aa
commit a6b13bb556
+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";
}
];
};