From 35359bb3e35b13ec7106372bcb77be0075b98725 Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Thu, 2 Apr 2020 12:34:56 +0100 Subject: nixos/borgbackup: fix evaluation --- nixos/modules/services/backup/borgbackup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules') diff --git a/nixos/modules/services/backup/borgbackup.nix b/nixos/modules/services/backup/borgbackup.nix index 599a2cf7f20d..be661b201f0d 100644 --- a/nixos/modules/services/backup/borgbackup.nix +++ b/nixos/modules/services/backup/borgbackup.nix @@ -216,7 +216,7 @@ in { }; } { # Root backing each day up to a remote backup server. We assume that you have - # * created a password less key: ssh-keygen -N '' -t ed25519 -f /path/to/ssh_key + # * created a password less key: ssh-keygen -N "" -t ed25519 -f /path/to/ssh_key # best practices are: use -t ed25519, /path/to = /run/keys # * the passphrase is in the file /run/keys/borgbackup_passphrase # * you have initialized the repository manually -- cgit 1.4.1