Fix: Add missing services.openiscsi.name option.

This commit is contained in:
Joey Hafner 2025-01-31 12:45:40 -08:00
parent 0aa89078ab
commit adbb2ea414
Signed by: Jafner
GPG Key ID: 6D9A24EF2F389E55

View File

@ -13,6 +13,7 @@
in {
services.openiscsi = {
enable = true;
name = iqn;
discoverPortal = "${portals.paladin.ip}:${portals.paladin.port}";
};