setup iscsi zvol

This commit is contained in:
NyxErinys 2026-05-26 02:44:27 -05:00
parent 94fad0432d
commit 1787680c4a
3 changed files with 122 additions and 13 deletions

View file

@ -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. Its perfectly fine and recommended to leave