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