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;
|
sshIdentityFile = config.age.secrets."${config.networking.hostName}-backup-ssh-key".path;
|
||||||
repo = "u355513-sub1@u355513-sub1.your-storagebox.de:/home/backup";
|
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;
|
nixpkgs.config.android_sdk.accept_license = true;
|
||||||
|
|
||||||
|
|
|
@ -50,11 +50,6 @@ with lib;
|
||||||
};
|
};
|
||||||
services.pulseaudio.enable = false;
|
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 =
|
age.secrets."${config.networking.hostName}-backup-passphrase-gs".file =
|
||||||
"${secretsPath}/${config.networking.hostName}-backup-passphrase-gs.age";
|
"${secretsPath}/${config.networking.hostName}-backup-passphrase-gs.age";
|
||||||
}
|
}
|
||||||
|
|
|
@ -81,6 +81,7 @@
|
||||||
settings.max-jobs = lib.mkDefault 16;
|
settings.max-jobs = lib.mkDefault 16;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dadada.backupClient.gs.enable = false;
|
||||||
dadada.backupClient.backup1.enable = true;
|
dadada.backupClient.backup1.enable = true;
|
||||||
dadada.backupClient.backup2 = {
|
dadada.backupClient.backup2 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue