Add auto-upgrade module

This commit is contained in:
Pablo Ovelleiro Corral
2025-02-24 13:10:17 +01:00
parent 2e42c16253
commit 66332c1ae6
4 changed files with 34 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ in
# only import available files, as this allows to filter the files for tests.
flake.clanModules = filterAttrs (_name: pathExists) {
admin = ./admin;
auto-upgrade = ./auto-upgrade;
borgbackup = ./borgbackup;
borgbackup-static = ./borgbackup-static;
deltachat = ./deltachat;