parent
5a0ef6d888
commit
19a31a1835
7 changed files with 12 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
let
|
||||
publicKeys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILTxn6fDUyEOWhuapt5GptYPZay+3tNH+UeY7aq8KSbh pim@x260"
|
||||
];
|
||||
pkgs = import <nixpkgs> {};
|
||||
publicKeysFile = builtins.fetchurl { url = "https://github.com/pizzapim.keys"; };
|
||||
publicKeys = pkgs.lib.strings.splitString "\n" (pkgs.lib.strings.fileContents publicKeysFile);
|
||||
in
|
||||
{
|
||||
"wg-quick-home-privkey.age".publicKeys = publicKeys;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue