ninurta: disable backups for now

This commit is contained in:
Tim Schubert 2023-06-04 01:57:03 +02:00
parent a89dc8a8ec
commit 5e105bdbfc
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 4 additions and 2 deletions

View file

@ -1,10 +1,10 @@
{ config, ... }: { config, lib, ... }:
let let
secretsPath = config.dadada.secrets.path; secretsPath = config.dadada.secrets.path;
in in
{ {
dadada.backupClient.bs = { dadada.backupClient.bs = {
enable = true; enable = lib.mkDefault true;
passphrasePath = config.age.secrets."${config.networking.hostName}-backup-passphrase".path; passphrasePath = config.age.secrets."${config.networking.hostName}-backup-passphrase".path;
sshIdentityFile = config.age.secrets."${config.networking.hostName}-backup-ssh-key".path; sshIdentityFile = config.age.secrets."${config.networking.hostName}-backup-ssh-key".path;
}; };

View file

@ -18,6 +18,8 @@ in
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
dadada.backupClient.bs.enable = false;
networking.hostName = "ninurta"; networking.hostName = "ninurta";
networking.hosts = { networking.hosts = {