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;

View file

@ -50,11 +50,6 @@ with lib;
};
services.pulseaudio.enable = false;
dadada.backupClient.gs = {
enable = true;
passphrasePath = config.age.secrets."${config.networking.hostName}-backup-passphrase-gs".path;
};
age.secrets."${config.networking.hostName}-backup-passphrase-gs".file =
"${secretsPath}/${config.networking.hostName}-backup-passphrase-gs.age";
}

View file

@ -81,6 +81,7 @@
settings.max-jobs = lib.mkDefault 16;
};
dadada.backupClient.gs.enable = false;
dadada.backupClient.backup1.enable = true;
dadada.backupClient.backup2 = {
enable = true;