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=";