diff options
Diffstat (limited to '')
-rw-r--r-- | home/nipsy/ginaz.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/home/nipsy/ginaz.nix b/home/nipsy/ginaz.nix index 746e846..e3f862d 100644 --- a/home/nipsy/ginaz.nix +++ b/home/nipsy/ginaz.nix @@ -5,5 +5,17 @@ common/optional/desktops common/optional/desktops common/optional/desktops/services/xscreensaver.nix + #inputs.sops-nix.homeManagerModules.sops ]; + + sops = { + age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; + defaultSopsFile = ./secrets/ginaz.yaml; + + secrets = { + "ssh_config" = { + path = "/home/nipsy/.ssh/config"; + }; + }; + }; } |