mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-02-13 19:07:17 +00:00
addin ssh key
This commit is contained in:
@@ -20,7 +20,10 @@
|
|||||||
|
|
||||||
services.openiscsi = {
|
services.openiscsi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
name = "iqn.2020-08.org.linux-iscsi.initiatorhost:${config.networking.hostName}";
|
name = "iqn.2013-03.com.wdc:mycloudpr2100:clusterstore";
|
||||||
|
enableAutoLoginOut = true;
|
||||||
|
discoverPortal = "192.168.1.109";
|
||||||
|
|
||||||
package = pkgs.openiscsi;
|
package = pkgs.openiscsi;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user