From 2c5cb23ef4297613d274ac1d4ab8d313b0f01f76 Mon Sep 17 00:00:00 2001 From: Gonne Date: Wed, 7 Feb 2024 15:28:39 +0100 Subject: [PATCH] Korrigiere Pfad --- nixos/modules/borgbackup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/borgbackup.nix b/nixos/modules/borgbackup.nix index d41c752..489014b 100644 --- a/nixos/modules/borgbackup.nix +++ b/nixos/modules/borgbackup.nix @@ -125,7 +125,7 @@ in { }; environment.persistence.${config.impermanence.name} = { directories = [ - "/home/fachschaft/.ssh" # SSH Key with access to FS Account and Borg repo and known_hosts + "/home/fsaccount/.ssh" # SSH Key with access to FS Account and Borg repo and known_hosts ]; }; # Extra user for FS account backup