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";
|
device = "zdata/big-apps/gitlab-runner";
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
"/var/lib/accentor" = {
|
||||||
|
device = "zdata/big-apps/accentor";
|
||||||
|
fsType = "zfs";
|
||||||
|
};
|
||||||
"/var/lib/docker" = {
|
"/var/lib/docker" = {
|
||||||
device = "zdata/big-apps/docker";
|
device = "zdata/big-apps/docker";
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
services.accentor = {
|
services.accentor = {
|
||||||
enable = true;
|
enable = true;
|
||||||
home = "${config.chvp.dataPrefix}/var/lib/accentor";
|
home = "/var/lib/accentor";
|
||||||
hostname = "accentor.vanpetegem.me";
|
hostname = "accentor.vanpetegem.me";
|
||||||
environmentFile = config.age.secrets."passwords/services/accentor".path;
|
environmentFile = config.age.secrets."passwords/services/accentor".path;
|
||||||
rescanTimer = {
|
rescanTimer = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue