Original commit
This commit is contained in:
commit
cc74263a3b
26 changed files with 3052 additions and 0 deletions
11
keys/secrets.nix
Normal file
11
keys/secrets.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
let
|
||||
selene = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBEiuoUbvgZ2N03MTcWw4z+oUB9SG0jR0fy5AnTTBHym" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKcfmaqbtwSEydV2hge/aDWxfwlKOw/JJZZWy8ycjojH" ];
|
||||
macbook = [ (builtins.readFile ./macbook.pub) ];
|
||||
master = [ (builtins.readFile ./master.pub) ];
|
||||
in
|
||||
{
|
||||
"jellyfin-key".publicKeys = selene;
|
||||
"google-storage-key".publicKeys = selene;
|
||||
"macbook.priv".publicKeys = macbook ++ master;
|
||||
"master.priv".publicKeys = macbook ++ master;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue