[#5] adding sops support

This commit is contained in:
Dennis Frieberg 2023-09-25 21:03:23 +02:00
parent 22552bd095
commit cf537f3c7b
Signed by: nerf
GPG key ID: 1EC6F5573876CC80
6 changed files with 89 additions and 2 deletions

4
nixos/roles/default.nix Normal file
View file

@ -0,0 +1,4 @@
{ ... } : {
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
}