Skip to content

Commit

Permalink
hosts/iso: set config.isoBaseName
Browse files Browse the repository at this point in the history
This disambiguates the ISO by changing the actual filename, allowing me to immediately see which one is mine, assuming if I will even carry stock NixOS ISOs anymore...
  • Loading branch information
Frontear committed Nov 26, 2024
1 parent 165479a commit c04ce7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/iso/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

config = {
isoImage = {
edition = "frontear-iso";
isoBaseName = "frontear-nixos";
squashfsCompression = "lz4";
};
};
Expand Down

0 comments on commit c04ce7b

Please sign in to comment.