summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-04-02 12:34:56 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-04-02 12:40:02 +0100
commit35359bb3e35b13ec7106372bcb77be0075b98725 (patch)
tree9dcef5a124a980bfac4f1548b1de1600b4bb29de /nixos/modules
parentaddac63b846e725bd53d170d1e3ecb39eb960144 (diff)
nixos/borgbackup: fix evaluation
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/backup/borgbackup.nix2
1 files changed, 1 insertions, 1 deletions
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