Merge pull request 'backups: add clanCore backup & clan borgbackup module' (#605) from lassulus-backups into main

This commit is contained in:
clan-bot
2023-12-04 16:51:33 +00:00
10 changed files with 234 additions and 15 deletions

View File

@@ -147,6 +147,8 @@ in
--network-id "$facts/zerotier-network-id"
'';
};
clanCore.state.zerotier.folders = [ "/var/lib/zerotier-one" ];
environment.systemPackages = [ config.clanCore.clanPkgs.zerotier-members ];
})
(lib.mkIf (config.clanCore.secretsUploadDirectory != null && !cfg.controller.enable && cfg.networkId != null) {