From bf33bb336524ad6e25b9e02d5a93118d7814f4b5 Mon Sep 17 00:00:00 2001 From: dadada Date: Mon, 15 Aug 2022 19:50:56 +0200 Subject: [PATCH] fix typo --- nixos/modules/profiles/backup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/profiles/backup.nix b/nixos/modules/profiles/backup.nix index 0c41380..49d6341 100644 --- a/nixos/modules/profiles/backup.nix +++ b/nixos/modules/profiles/backup.nix @@ -7,5 +7,5 @@ }; age.secrets."${config.networking.hostName}-backup-passphrase".file = "${toString secretsPath}/${config.networking.hostName}-backup-passphrase.age"; - age.secrets."${config.networking.hostName}-backup-ssh-key".file = "${toString secretsPath}/${config.networking.hostName}n-backup-ssh-key.age"; + age.secrets."${config.networking.hostName}-backup-ssh-key".file = "${toString secretsPath}/${config.networking.hostName}-backup-ssh-key.age"; }