chore(secrets): add cmdframe key and rekey secrets
Some checks failed
Test / tests (push) Failing after 2m59s
Some checks failed
Test / tests (push) Failing after 2m59s
This commit is contained in:
parent
43c35fb2a8
commit
c06b0a6e9d
20 changed files with 158 additions and 214 deletions
|
@ -6,9 +6,11 @@ let
|
|||
# `ssh-keygen -t ed25519 -N "" -f /etc/secrets/initrd/ssh_host_ed25519_key`
|
||||
home-pc = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBFTQvIcSdhEKl/Kq+pcS/cPCyyZ1ygj+djfuaXzaRMx";
|
||||
home-server = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILO+OLPr8zdOMYyKtm98AFJai7zbaxw7JhVWgOwu7K3C";
|
||||
cmdframe = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAMcPrg69IqmH3V+7lgoXif/J6z4/aEi7w7p5jRn/lkp";
|
||||
systems = [
|
||||
home-pc
|
||||
home-server
|
||||
cmdframe
|
||||
];
|
||||
in
|
||||
{
|
||||
|
@ -16,11 +18,13 @@ in
|
|||
felschr
|
||||
home-pc
|
||||
home-server
|
||||
cmdframe
|
||||
];
|
||||
"restic/password.age".publicKeys = [
|
||||
felschr
|
||||
home-pc
|
||||
home-server
|
||||
cmdframe
|
||||
];
|
||||
"smtp.age".publicKeys = [
|
||||
felschr
|
||||
|
@ -71,6 +75,7 @@ in
|
|||
"firefox/site-data-exceptions.toml.age".publicKeys = [
|
||||
felschr
|
||||
home-pc
|
||||
cmdframe
|
||||
];
|
||||
|
||||
# home-server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue