accentor: Move storage to zdata pool

This commit is contained in:
Charlotte Van Petegem 2024-10-06 14:22:10 +02:00
parent f63585d101
commit a141f75e90
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 5 additions and 1 deletions

View file

@ -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";