zfs: Setup marabethia and elendel to send snapshots to each other
All checks were successful
Cachix / build (elendel) (push) Successful in 1m2s
Cachix / build (kholinar) (push) Successful in 2m0s
Cachix / build (lasting-integrity) (push) Successful in 1m25s
Cachix / build (marabethia) (push) Successful in 1m17s
Cachix / build (urithiru) (push) Successful in 1m17s

This commit is contained in:
Charlotte Van Petegem 2024-11-11 11:19:00 +01:00
parent 866cc28f30
commit 0ea62ffa71
No known key found for this signature in database
GPG key ID: 019E764B7184435A
4 changed files with 34 additions and 0 deletions

View file

@ -41,6 +41,14 @@
nix.enableDirenv = true;
zfs = {
enable = true;
backups = [
{
path = "zroot/safe/data";
remotePath = "zroot/recv/elendel/safe/data";
fast = true;
location = "marabethia.vanpetegem.me";
}
];
rootDataset = "zroot/local/root";
rootPool = "zroot";
};