clan: add yggdrasil and borgbackup
This commit is contained in:
parent
61f8d09d49
commit
beb1dbc1a4
2 changed files with 80 additions and 67 deletions
15
clan.nix
15
clan.nix
|
|
@ -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 = { };
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue