Fix: services.openiscsi.target (not targets) should be a string, not an array.

This commit is contained in:
Joey Hafner 2025-01-31 11:37:42 -08:00
parent c5091f76a4
commit 9804188ff1
Signed by: Jafner
GPG Key ID: 6D9A24EF2F389E55

View File

@ -14,7 +14,7 @@ in {
services.openiscsi = {
enable = true;
discoverPortal = "${portals.paladin.ip}:${portals.paladin.port}";
targets = [ iqn ];
target = iqn;
};
systemd.services = {