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