fix(stolas): disable GS location backup
This commit is contained in:
parent
ae419eb19a
commit
49722f705a
3 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue