parent
b3e8280f4e
commit
1da1b8422b
6 changed files with 25 additions and 16 deletions
|
@ -1,7 +1,11 @@
|
|||
let
|
||||
pim = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILTxn6fDUyEOWhuapt5GptYPZay+3tNH+UeY7aq8KSbh pim@x260";
|
||||
publicKeys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILTxn6fDUyEOWhuapt5GptYPZay+3tNH+UeY7aq8KSbh pim@x260"
|
||||
];
|
||||
in
|
||||
{
|
||||
"wg-quick-home-privkey.age".publicKeys = [ pim ];
|
||||
"wg-quick-home-preshared-key.age".publicKeys = [ pim ];
|
||||
"wg-quick-home-privkey.age".publicKeys = publicKeys;
|
||||
"wg-quick-home-preshared-key.age".publicKeys = publicKeys;
|
||||
"sue_ed25519.age".publicKeys = publicKeys;
|
||||
"sue_azure_rsa.age".publicKeys = publicKeys;
|
||||
}
|
||||
|
|
BIN
secrets/sue_azure_rsa.age
Normal file
BIN
secrets/sue_azure_rsa.age
Normal file
Binary file not shown.
BIN
secrets/sue_ed25519.age
Normal file
BIN
secrets/sue_ed25519.age
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue