setup iscsi zvol
This commit is contained in:
parent
94fad0432d
commit
1787680c4a
3 changed files with 122 additions and 13 deletions
|
|
@ -75,10 +75,16 @@
|
|||
git
|
||||
pciutils
|
||||
sysstat
|
||||
xfsprogs
|
||||
];
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
||||
services.openiscsi = {
|
||||
enable = true;
|
||||
name = "iqn.2026-01.dev.nyxerinys:${config.networking.hostName}";
|
||||
};
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue