1
Fork 0
satellite/secrets/secrets.nix

8 lines
187 B
Nix
Raw Normal View History

2023-01-10 02:38:06 +01:00
let
tethys = builtins.readFile ../hosts/nixos/tethys/ssh_host_ed25519_key.pub;
in
{
"wifi_passwords.age".publicKeys = [ tethys ];
"adrielus_password.age".publicKeys = [ tethys ];
}