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
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:
parent
660d83d68b
commit
8a82db6a76
2 changed files with 9 additions and 14 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue