From 8de0651c36f785798ab60154441b625862f4f271 Mon Sep 17 00:00:00 2001 From: Gonne Date: Wed, 7 Feb 2024 19:32:00 +0100 Subject: [PATCH] Persiste ganzen Home-Ordner --- 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 e86f06b..3596348 100644 --- a/nixos/modules/borgbackup.nix +++ b/nixos/modules/borgbackup.nix @@ -126,7 +126,7 @@ in { environment.persistence.${config.impermanence.name} = { directories = [ { - directory = "/home/fsaccount/.ssh"; # SSH Key with access to FS Account and Borg repo and known_hosts + directory = "/home/fsaccount"; # SSH Key with access to FS Account and Borg repo and known_hosts user = "fsaccount"; group = "users"; mode = "u=rwx,g=,o=";