urithiru & elendel: Migrate data leader
Some checks failed
Cachix / build (elendel) (push) Waiting to run
Cachix / build (marabethia) (push) Waiting to run
Cachix / build (urithiru) (push) Waiting to run
Cachix / build (kholinar) (push) Successful in 1m56s
Cachix / build (lasting-integrity) (push) Has been cancelled

This commit is contained in:
Charlotte Van Petegem 2024-12-04 11:10:48 +01:00
parent ba11d37384
commit bde1176045
4 changed files with 15 additions and 16 deletions

View file

@ -48,11 +48,20 @@
fast = true;
location = "marabethia.vanpetegem.me";
}
{
path = "zdata/safe/data";
remotePath = "zdata/data";
fast = false;
location = "socrates.machines.robbevp.be";
}
];
rootDataset = "zroot/local/root";
rootPool = "zroot";
};
};
services.git.runner.enable = true;
services = {
git.runner.enable = true;
torrents.enable = true;
};
};
}