fix(stolas): disable GS location backup

This commit is contained in:
Tim Schubert 2025-07-21 21:20:12 +02:00
parent ae419eb19a
commit 49722f705a
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -43,6 +43,10 @@ in
sshIdentityFile = config.age.secrets."${config.networking.hostName}-backup-ssh-key".path;
repo = "u355513-sub1@u355513-sub1.your-storagebox.de:/home/backup";
};
dadada.backupClient.gs = {
enable = true;
passphrasePath = config.age.secrets."${config.networking.hostName}-backup-passphrase-gs".path;
};
nixpkgs.config.android_sdk.accept_license = true;