diff --git a/nixos/modules/borgbackup.nix b/nixos/modules/borgbackup.nix index 6179b1e..c0a2931 100644 --- a/nixos/modules/borgbackup.nix +++ b/nixos/modules/borgbackup.nix @@ -129,7 +129,7 @@ in { environment.persistence.${config.impermanence.name} = { users.fsaccount.directories = [ { - directory = ".ssh"; # SSH Key with access to FS Account and known_hosts + directory = ".ssh"; # SSH Key with access to FS Account and Borg repo and known_hosts mode = "u=rwx,g=,o="; } ];