refactor(backups): simplify backups module

This commit is contained in:
2026-04-19 17:50:53 +02:00
parent 1dfdd40827
commit 9e3652a55e
3 changed files with 22 additions and 24 deletions

View File

@@ -68,6 +68,7 @@ in
nixSigningKey.enable = true;
};
restic-backup.enable = true;
tailscale.enable = true;
docker.user = config.host.username;