about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
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