diff --git a/nixos/modules/borgbackup.nix b/nixos/modules/borgbackup.nix index 6fb0676..e9af8da 100644 --- a/nixos/modules/borgbackup.nix +++ b/nixos/modules/borgbackup.nix @@ -116,7 +116,7 @@ in { paths = "/home/fsaccount/sicherung"; encryption.mode = "none"; environment.BORG_RSH = "ssh -i /home/fsaccount/.ssh/fsaccount"; - repo = "ssh://borg@localhost:fsaccount"; + repo = "ssh://borg@localhost/~/fsaccount"; startAt = "daily"; user = "fsaccount"; group = "users";