Compare commits

..

1 commit

Author SHA1 Message Date
95509a447c Use sops for private key distribution 2024-03-21 18:10:32 +01:00

View file

@ -121,7 +121,7 @@ in {
paths = "/home/fsaccount/sicherung";
encryption.mode = "none";
environment = {
BORG_RSH = "ssh -i /home/fsaccount/.ssh/backupKey";
BORG_RSH = "ssh -i /home/fsaccount/.ssh/fsaccount";
BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK = "yes";
};
repo = "borg@localhost:fsaccount";