infrastructure/hosts/phoenix.lewd.wtf/secrets.nix

11 lines
206 B
Nix
Raw Normal View History

2024-02-04 00:11:26 +00:00
{ config, ... }:
{
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
# Vaultwarden
sops.secrets."services/msmtp/password" = {
mode = "0777";
sopsFile = ./secrets/msmtp.yaml;
};
}