sd-image: Fix image.filePath directory prefix

This commit is contained in:
phaer 2025-05-23 12:22:46 +02:00 committed by Philip Taron
parent 8cbc6d6da6
commit 037a064feb
No known key found for this signature in database

View File

@ -205,7 +205,7 @@ in
sdImage.storePaths = [ config.system.build.toplevel ];
image.extension = if config.sdImage.compressImage then "img.zst" else "img";
image.filePath = "sd-card/${config.image.fileName}";
image.filePath = "sd-image/${config.image.fileName}";
system.nixos.tags = [ "sd-card" ];
system.build.image = config.system.build.sdImage;
system.build.sdImage = pkgs.callPackage (