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

@ -48,6 +48,18 @@
fast = true;
location = "marabethia.vanpetegem.me";
}
{
path = "zroot/safe/services/accentor";
remotePath = "zroot/recv/elendel/safe/services/accentor";
fast = true;
location = "marabethia.vanpetegem.me";
}
{
path = "zroot/safe/services/postgresql";
remotePath = "zroot/recv/elendel/safe/services/postgresql";
fast = true;
location = "marabethia.vanpetegem.me";
}
{
path = "zroot/safe/services/transmission";
remotePath = "zroot/recv/elendel/safe/services/transmission";
@ -73,5 +85,4 @@
torrents.enable = true;
};
};
services.postgresql.dataDir = lib.mkForce "/var/lib/postgresql/${config.services.postgresql.package.psqlSchema}";
}