accentor: More small tweaks
All checks were successful
Cachix / build (elendel) (push) Successful in 1m22s
Cachix / build (kholinar) (push) Successful in 2m1s
Cachix / build (lasting-integrity) (push) Successful in 1m6s
Cachix / build (marabethia) (push) Successful in 1m20s
Cachix / build (urithiru) (push) Successful in 1m10s

This commit is contained in:
Charlotte Van Petegem 2024-12-04 15:16:20 +01:00
parent 660d83d68b
commit 8a82db6a76
2 changed files with 9 additions and 14 deletions

View file

@ -59,6 +59,14 @@
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};
"/var/lib/accentor" = {
device = "zroot/local/services/accentor";
fsType = "zfs";
};
"/var/lib/accentor/transcodes" = {
device = "zdata/local/services/accentor-transcode-cache";
fsType = "zfs";
};
"/var/lib/docker" = {
device = "zroot/local/services/docker";
fsType = "zfs";