Commit d79b03a5 authored by Jörg Thalheim's avatar Jörg Thalheim
Browse files

fix netboot image

parent 3de47145
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";
          }
        ];
    };