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

@ -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";
}