mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 18:19:11 +00:00
hosts/bootstrap: fix code
This commit is contained in:
parent
03c57d73d3
commit
605ddfc840
@ -19,7 +19,7 @@
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
||||
(lib.mkIf config.formatAttr == "install-iso" {
|
||||
(lib.mkIf (config.formatAttr == "install-iso") {
|
||||
isoImage = {
|
||||
isoBaseName = config.networking.hostName;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user