diff --git a/nixos/gorgon/configuration.nix b/nixos/gorgon/configuration.nix index d34d0e7..82bb694 100644 --- a/nixos/gorgon/configuration.nix +++ b/nixos/gorgon/configuration.nix @@ -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; diff --git a/nixos/modules/profiles/laptop.nix b/nixos/modules/profiles/laptop.nix index 8e0b52f..2c5accb 100644 --- a/nixos/modules/profiles/laptop.nix +++ b/nixos/modules/profiles/laptop.nix @@ -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"; } diff --git a/nixos/stolas/default.nix b/nixos/stolas/default.nix index 197795e..8f23e9f 100644 --- a/nixos/stolas/default.nix +++ b/nixos/stolas/default.nix @@ -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;