add a costalcommits secret to sops
This commit is contained in:
parent
9a12e1f7bb
commit
005721487b
2 changed files with 8 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue