commit e1dc874af340e244ec4966803e28f43fc7b040ce
parent 8f1fae6dc80e9acf566d04ff55366efef087fd4c
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 3 Oct 2023 19:17:14 +0200
Meow
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/common/sops.nix b/nixos/common/sops.nix
@@ -9,7 +9,7 @@
# This will generate a new key if the key specified above does not exist
generateKey = true;
};
- #gnupg.sshKeyPaths = [ "/persist/etc/ssh/ssh_host_rsa_key" ];
+ gnupg.sshKeyPaths = [ "/persist/etc/ssh/ssh_host_rsa_key" ];
defaultSopsFile = ./secrets/secrets.yaml;