more path options

This commit is contained in:
NyxErinys 2026-05-26 09:33:08 -05:00
parent 484695d95f
commit d16b542749
2 changed files with 10 additions and 5 deletions

View file

@ -55,7 +55,12 @@ in
path = with pkgs; [ path = with pkgs; [
openiscsi openiscsi
util-linux util-linux
e2fsprogs
xfsprogs xfsprogs
lsscsi
sg3_utils
kmod
systemd
]; ];
}; };

View file

@ -21,11 +21,11 @@
mountPath = "/test2"; mountPath = "/test2";
name = "iscsi"; name = "iscsi";
} }
# { {
# mountPath = "/test3"; mountPath = "/test3";
# name = "iscsi"; name = "iscsi";
# subPath = "ubuntu-test"; subPath = "test";
# } }
]; ];
} }
]; ];