hosts/bootstrap: fix code

This commit is contained in:
Gabriel Arazas 2024-02-17 18:52:08 +08:00
parent 03c57d73d3
commit 605ddfc840
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -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;