clan: add yggdrasil and borgbackup
Some checks are pending
Flake check / check (push) Waiting to run
Update `flake.lock` / update_lockfile (push) Waiting to run

This commit is contained in:
Pedro Rey Anca 2025-12-27 12:23:39 +01:00
parent 61f8d09d49
commit beb1dbc1a4
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
2 changed files with 80 additions and 67 deletions

View file

@ -118,7 +118,20 @@
roles.default.extraModules = [ modules/desktop/gaming.nix ];
};
# Docs: https://docs.clan.lol/reference/clanServices/mycelium/
borgbackup = {
roles.server.machines.aresix = {
settings.address = "aresix.clan";
};
roles.client.tags.server = { };
};
yggdrasil = {
roles.default = {
tags.server = { };
};
};
mycelium = {
roles.peer.tags.server = { };
};