diff --git a/nixos/modules/borgbackup.nix b/nixos/modules/borgbackup.nix index c0a2931..6179b1e 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 Borg repo and known_hosts + directory = ".ssh"; # SSH Key with access to FS Account and known_hosts mode = "u=rwx,g=,o="; } ];