stuff
This commit is contained in:
parent
d61e17b73a
commit
b9cc3201b8
6 changed files with 125 additions and 9 deletions
9
secrets/forgejo-admin.age
Normal file
9
secrets/forgejo-admin.age
Normal file
|
@ -0,0 +1,9 @@
|
|||
age-encryption.org/v1
|
||||
-> ssh-ed25519 SFHVrw AX7EqqMZLaetIHP2UX3tAah1sM62HC4Q6yQN+GfI/mY
|
||||
ZjQ3rIVxjUKvH49WsQx5GH1Xrt5YhcQV1xGy1Ha0QVM
|
||||
-> ssh-ed25519 S+dwQQ srmW8YUI+usZdBng7/vYefhK8U7h8lhmZPnQBXIVyzo
|
||||
PGwiccVGY9LXWwKjaNCNajYiqQeNftGdURSlU+7i6/w
|
||||
-> ssh-ed25519 ffmsLw sezlUhl2yIHgR6igudKrnRaYlowBNT1mTZPmJL83G0o
|
||||
vBpTR6Rl4UGtFbdPKrl29QpzyQV2RkJJ5OF5a9TDlzg
|
||||
--- gpOgzSPpqa4CN+2v7jBkc1CBHJblq1NHlr8bDNvM3Vk
|
||||
é.u³óð¡c'߄ԒÌo¥tºi£P‰rt®¨†Íy<íU&ɲCŒÝ&h
|
10
secrets/forgejo-mailer.age
Normal file
10
secrets/forgejo-mailer.age
Normal file
|
@ -0,0 +1,10 @@
|
|||
age-encryption.org/v1
|
||||
-> ssh-ed25519 SFHVrw U6hzdh0ovG3u8KtQyYX/rPDWLPZZ8aqRpwt7uleDjE0
|
||||
cXXazXoaasaYWq65ZTo45nY4cQ3Pt4pU4tfWHdynwU8
|
||||
-> ssh-ed25519 S+dwQQ u63Xj4MX8z8V1C/O+u+ZWEqANe7OWB7+HckJLxfoFG0
|
||||
q+6GDIb16IbADLxxs7c4qooYPoGq7LuMMPMqaNRoiwY
|
||||
-> ssh-ed25519 ffmsLw mtafAVhaZQwgcWA+KqK6cRNC4OJfQofBctJbPbryzXI
|
||||
P1R4aRaFXHdfUzYoJwOBc9GPwRGb25XtL+/0ayqzgtA
|
||||
--- qvpsZVBmcOxhGNEhTqaJThat+D7uVcUXIVR4zNO/Vq0
|
||||
T‹ƒYR}ËÊFmb<03>r
|
||||
Š¿güw¢µÀF.r2ÁSüÉt¦q«\‰Â°<C382>Ô´|š÷
|
|
@ -2,9 +2,14 @@ with import ../pubkeys.nix; {
|
|||
"user-lukas.age".publicKeys = (builtins.attrValues users) ++ (builtins.attrValues hosts);
|
||||
|
||||
"microbin.age".publicKeys = (builtins.attrValues users) ++ [hosts.abacus];
|
||||
|
||||
"miniflux.age".publicKeys = (builtins.attrValues users) ++ [hosts.abacus];
|
||||
|
||||
"vaultwarden.age".publicKeys = (builtins.attrValues users) ++ [hosts.abacus];
|
||||
|
||||
"forgejo-mailer.age".publicKeys = (builtins.attrValues users) ++ [hosts.abacus];
|
||||
"forgejo-admin.age".publicKeys = (builtins.attrValues users) ++ [hosts.abacus];
|
||||
|
||||
"restic-vessel.age".publicKeys = (builtins.attrValues users) ++ [hosts.vessel];
|
||||
"restic-abacus.age".publicKeys = (builtins.attrValues users) ++ [hosts.abacus];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue