From ac857113562c11faf512b3070e8e4a89544f8679 Mon Sep 17 00:00:00 2001 From: Gonne Date: Mon, 14 Oct 2024 09:42:43 +0200 Subject: [PATCH] =?UTF-8?q?Entferne=20Backupconfig=20f=C3=BCr=20die=20Math?= =?UTF-8?q?eballwebseite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Die Bilder, die gesichert wurden, liegen jetzt alle im Git-Repo der Webseite --- nixos/modules/borgbackup.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nixos/modules/borgbackup.nix b/nixos/modules/borgbackup.nix index 08724cc..b552c8b 100644 --- a/nixos/modules/borgbackup.nix +++ b/nixos/modules/borgbackup.nix @@ -48,13 +48,6 @@ in { path = "/var/lib/backups/cthulhu"; allowSubRepos = true; }; - dagon = { - authorizedKeysAppendOnly = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJaTBennwqT9eB43gVD1nM1os3dMPZ8RWwIKPEjqMK5V Dagon Backup" - ]; - path = "/var/lib/backups/dagon"; - allowSubRepos = true; - }; eihort = { authorizedKeysAppendOnly = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHLoDxtY4Tp6NKxLt9oHmWT6w4UpU6eA1TnPU2Ut83BN Eihort Backup"