stuff
This commit is contained in:
parent
2828cef769
commit
a83edc4042
11 changed files with 73 additions and 149 deletions
|
@ -1,11 +0,0 @@
|
|||
age-encryption.org/v1
|
||||
-> ssh-ed25519 SFHVrw zQc/Ff2ZDIDRIAF+iJOH9d1dlK2CJImVGG0HkPpeEgc
|
||||
uMvcMchUjU8MBgnQSSxi0q1IDW2/kvQnRn2CgTaK5CE
|
||||
-> ssh-ed25519 S+dwQQ hD4n7yXZ2SlC56zkN1DOU5uMCMk9u+3flIDu0V0TZyA
|
||||
7TIxfNJvt2p247DwP2A7ngk0Yr2juzEAlYxVEp58rIk
|
||||
-> ssh-ed25519 bPbvlw 89fmWI4eUFpstBBBtf+giqlNkvZcdTgd2pU2zwnrvjc
|
||||
3oACdvrPGC02HFYpGpJ9EBHyWHuHFO0mao02o1J4G5A
|
||||
-> ssh-ed25519 ffmsLw 7gJFX9Fu4mfZjjtExyX7CBWimIhG76vSzniqDzzSogY
|
||||
FhDV1voL0ClZz59FMVL7zQBfmjYPHVQmeXAdS1GZjYk
|
||||
--- PFWx9UzONDClbbTfmHO/fZ5u8TZy+RqzdyPqHFNYTI4
|
||||
7¾[£ii׺¹°‰Z¸s„GaÇHjÉæÊ„!lŸ?Y¯îZ'rÆÕäEŒ7*‰0>g¥[ÊÂÀü[läY½{&—tàSd"1–0zCîÆèà”\£A1Óe<C393>Ì‘gî6ú9uooÏà Ž5{«,k,ïðá=¦É48Ÿ7‘ÉÏÕº|bHŸRÇ´ý:Xò~¶CÛÂWK°Ã
|
|
@ -1,9 +1,10 @@
|
|||
with import ../pubkeys.nix; {
|
||||
let
|
||||
pubkeys = import ../pubkeys.nix;
|
||||
inherit (pubkeys) users hosts;
|
||||
in {
|
||||
"user-lukas.age".publicKeys = (builtins.attrValues users) ++ (builtins.attrValues (builtins.removeAttrs hosts ["insomniac"]));
|
||||
"user-insomniac.age".publicKeys = (builtins.attrValues users) ++ [hosts.insomniac];
|
||||
|
||||
"microbin.age".publicKeys = (builtins.attrValues users) ++ [hosts.abacus];
|
||||
|
||||
"miniflux.age".publicKeys = (builtins.attrValues users) ++ [hosts.abacus];
|
||||
|
||||
"vaultwarden.age".publicKeys = (builtins.attrValues users) ++ [hosts.abacus];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue