more path options
This commit is contained in:
parent
484695d95f
commit
d16b542749
2 changed files with 10 additions and 5 deletions
|
|
@ -55,7 +55,12 @@ in
|
|||
path = with pkgs; [
|
||||
openiscsi
|
||||
util-linux
|
||||
e2fsprogs
|
||||
xfsprogs
|
||||
lsscsi
|
||||
sg3_utils
|
||||
kmod
|
||||
systemd
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -21,11 +21,11 @@
|
|||
mountPath = "/test2";
|
||||
name = "iscsi";
|
||||
}
|
||||
# {
|
||||
# mountPath = "/test3";
|
||||
# name = "iscsi";
|
||||
# subPath = "ubuntu-test";
|
||||
# }
|
||||
{
|
||||
mountPath = "/test3";
|
||||
name = "iscsi";
|
||||
subPath = "test";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue