refactor(backups): simplify backups module

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

View File

@@ -57,6 +57,7 @@ in
secrets.nixSigningKey.enable = true;
restic-backup.enable = true;
tailscale.enable = true;
docker.enable = true;

View File

@@ -53,6 +53,7 @@ in
secrets.nixSigningKey.enable = true;
restic-backup.enable = true;
tailscale.enable = true;
docker.enable = true;
nfc.enable = true;