diff --git a/nixos/modules/borgbackup.nix b/nixos/modules/borgbackup.nix index 6f5a153..a91389f 100644 --- a/nixos/modules/borgbackup.nix +++ b/nixos/modules/borgbackup.nix @@ -133,8 +133,7 @@ in { }; environment.persistence.${config.impermanence.name} = { users.fsaccount.files = [ - /* - { + { file = ".ssh/known_hosts"; parentDirectory = { user = "fsaccount"; @@ -142,8 +141,6 @@ in { mode = "u=rwx,g=,o="; }; } - */ - ".ssh/known_hosts" ]; }; sops.secrets.backupKey = {