snapshot
This commit is contained in:
parent
f15455ca12
commit
7b2a024010
19 changed files with 235 additions and 86 deletions
9
secrets/microbin.age
Normal file
9
secrets/microbin.age
Normal file
|
@ -0,0 +1,9 @@
|
|||
age-encryption.org/v1
|
||||
-> ssh-ed25519 SFHVrw F95W8SsHzaohI3esnMon2BAFepiV3n780P7fcCYQUDQ
|
||||
K/9OutO7/MAAP+G4DX+lKP9MV18x686fkwWQFRjSUrk
|
||||
-> ssh-ed25519 S+dwQQ goTruGBCq5cmiZ3H7fur99lCmjlHlA/milfbMryi5n4
|
||||
9K5s3zCTwW23BOdzD3oHW3ptl7tbY4D+fEZdHDjCsGU
|
||||
-> ssh-ed25519 ffmsLw 6FKkfm2o7ese13ZRrZ1xxdqT0wn77HoRfPTrBKZvRxA
|
||||
1QohzDabU+Fa1yoLQhL5Iz+lLMRFEerPhDV1yRi/Z9U
|
||||
--- H3k2LojeNCCv4WehZlRJyTXCbivbsq+4cwixlx3rnGo
|
||||
¶©dh%ó-©fFVçâgû/L8ʬÄ]_k…[˪Ê*¿Ÿ°]O„ŸR>N šîOß:QtÓÁmºÙ¸’MêíT©ÈPj<50>)zŠú`…®§<>)“~Öš*‘™-6÷±²ßÁµOUÀ7Y_e¾C›z
|
|
@ -1,5 +1,9 @@
|
|||
with import ../pubkeys.nix; {
|
||||
"user-lukas.age".publicKeys = (builtins.attrValues users) ++ (builtins.attrValues hosts);
|
||||
|
||||
"microbin.age".publicKeys = (builtins.attrValues users) ++ [hosts.abacus];
|
||||
"vaultwarden.age".publicKeys = (builtins.attrValues users) ++ [hosts.abacus];
|
||||
|
||||
"restic-vessel.age".publicKeys = (builtins.attrValues users) ++ [hosts.vessel];
|
||||
"restic-abacus.age".publicKeys = (builtins.attrValues users) ++ [hosts.vessel];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue