forked from katzen-cafe/katzen-cafe
switch to pass
for key management
This commit is contained in:
parent
57a9d854ae
commit
70a7ee395d
10 changed files with 14 additions and 25 deletions
|
@ -19,11 +19,11 @@
|
|||
};
|
||||
deployment.keys = {
|
||||
"admin-mail-pw" = {
|
||||
keyCommand = [ "cat" "/home/jade/keys-tmp/admin-mail-pw" ];
|
||||
keyCommand = [ "pass" "mailpws/hashes/admin" ];
|
||||
destDir = "/var/lib/secrets";
|
||||
};
|
||||
"noreply-mail-pw" = {
|
||||
keyCommand = [ "cat" "/home/jade/keys-tmp/noreply-mail-pw" ];
|
||||
keyCommand = [ "pass" "mailpws/hashes/noreply" ];
|
||||
destDir = "/var/lib/secrets";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue