1
Fork 0
satellite/secrets.nix

9 lines
348 B
Nix

let
tethys = builtins.readFile ./hosts/nixos/tethys/ssh_host_ed25519_key.pub;
in
{
"./hosts/nixos/common/global/wireless/wifi_passwords.age".publicKeys = [ tethys ];
"./hosts/nixos/common/users/adrielus_password.age".publicKeys = [ tethys ];
"./home/adrielus/features/desktop/common/wakatime/wakatime_config.age".publicKeys = [ tethys ];
}