oizys/hosts/algiz/secrets.nix

14 lines
307 B
Nix
Raw Normal View History

2025-01-31 10:15:45 -06:00
{ ... }:
{
sops = {
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
defaultSopsFile = ./secrets.yaml;
# by default is accessible only by root:root which should work with above service
secrets.restic-algiz = { };
secrets.atticd-env = { };
2025-02-12 09:48:05 -06:00
secrets.harmonia-key = {};
2025-01-31 10:15:45 -06:00
};
}