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";
|
||||
|
|
|
@ -28,20 +28,7 @@
|
|||
};
|
||||
zfs = {
|
||||
enable = true;
|
||||
backups = [
|
||||
{
|
||||
path = "zroot/safe/data";
|
||||
remotePath = "zdata/recv/urithiru/safe/data";
|
||||
fast = true;
|
||||
location = "192.168.0.2";
|
||||
}
|
||||
{
|
||||
path = "zdata/big-apps/accentor";
|
||||
remotePath = "zdata/local/services/accentor-transcode-cache";
|
||||
fast = true;
|
||||
location = "elendel.vanpetegem.me";
|
||||
}
|
||||
];
|
||||
backups = [ ];
|
||||
rootDataset = "zroot/local/root";
|
||||
rootPool = "zroot";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue