From 0617dbdcbde9c6b94b512e1033cd4c94257db884 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 29 Apr 2024 09:25:48 -0500 Subject: [PATCH] plural --- nixos/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common.nix b/nixos/common.nix index 44c77af..fe5508e 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -12,7 +12,7 @@ age = { # Derives sops private key from host ssh private key and places it at /var/lib/sops-nix/key.txt. - sshKeyPath = [ "/etc/ssh/ssh_host_ed25519_key" ]; + sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; keyFile = "/var/lib/sops-nix/key.txt"; generateKey = true; };