elendel: Tweak datasets and backups
All checks were successful
Cachix / build (elendel) (push) Successful in 1m27s
Cachix / build (kholinar) (push) Successful in 2m15s
Cachix / build (marabethia) (push) Successful in 1m23s

This commit is contained in:
Charlotte Van Petegem 2024-12-04 15:43:35 +01:00
parent 2c02168a3a
commit 9e04ebf0ae
4 changed files with 18 additions and 4 deletions

View file

@ -60,7 +60,7 @@
options = [ "fmask=0022" "dmask=0022" ];
};
"/var/lib/accentor" = {
device = "zroot/local/services/accentor";
device = "zroot/safe/services/accentor";
fsType = "zfs";
};
"/var/lib/accentor/transcodes" = {
@ -71,6 +71,10 @@
device = "zroot/local/services/docker";
fsType = "zfs";
};
"/var/lib/postgresql" = {
device = "zroot/safe/services/postgresql";
fsType = "zfs";
};
"/var/lib/transmission" = {
device = "zroot/safe/services/transmission";
fsType = "zfs";