accentor: Move storage to zdata pool
This commit is contained in:
parent
f63585d101
commit
a141f75e90
2 changed files with 5 additions and 1 deletions
|
@ -55,6 +55,10 @@
|
|||
device = "zdata/big-apps/gitlab-runner";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/var/lib/accentor" = {
|
||||
device = "zdata/big-apps/accentor";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/var/lib/docker" = {
|
||||
device = "zdata/big-apps/docker";
|
||||
fsType = "zfs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue