change iscsi to ip instead of dns
This commit is contained in:
parent
0d1d9912db
commit
fd39696fac
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
||||||
{
|
{
|
||||||
name = "iscsi";
|
name = "iscsi";
|
||||||
iscsi = {
|
iscsi = {
|
||||||
targetPortal = "poseidon.nyxerinys.dev:3260";
|
targetPortal = "10.5.0.2:3260";
|
||||||
iqn = "iqn.2026-01.dev.nyxerinys:poseidon.authentik";
|
iqn = "iqn.2026-01.dev.nyxerinys:poseidon.authentik";
|
||||||
lun = 0;
|
lun = 0;
|
||||||
fsType = "xfs";
|
fsType = "xfs";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue