Fix: services.openiscsi.target (not targets) should be a string, not an array.
This commit is contained in:
parent
c5091f76a4
commit
9804188ff1
@ -14,7 +14,7 @@ in {
|
||||
services.openiscsi = {
|
||||
enable = true;
|
||||
discoverPortal = "${portals.paladin.ip}:${portals.paladin.port}";
|
||||
targets = [ iqn ];
|
||||
target = iqn;
|
||||
};
|
||||
|
||||
systemd.services = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user