add a costalcommits secret to sops

This commit is contained in:
cswimr 2024-12-19 11:09:26 -05:00
parent 9a12e1f7bb
commit 005721487b
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 8 additions and 3 deletions

View file

@ -4,6 +4,10 @@
defaultSopsFile = ../.sops-secrets.yaml;
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
secrets = {
"coastalcommits" = {
owner = user;
path = "/home/${user}/.secrets/coastalcommits";
};
"zipline" = {
owner = user;
path = "/home/${user}/.secrets/zipline";