mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
config: update naming for NixOS host images
This commit is contained in:
parent
9c3d3901ab
commit
3ad1c9022b
@ -355,7 +355,7 @@
|
||||
inputs.flake-utils.lib.flattenTree (import ./pkgs { inherit pkgs; })
|
||||
// lib'.mapAttrs'
|
||||
(host: metadata:
|
||||
lib'.nameValuePair "${host}-${metadata.format or "iso"}" (mkImage {
|
||||
lib'.nameValuePair "nixos-image-${metadata.format or "iso"}-${host}" (mkImage {
|
||||
inherit system pkgs extraArgs;
|
||||
format = metadata.format or "iso";
|
||||
extraModules = [
|
||||
|
Loading…
Reference in New Issue
Block a user