nixos-config/secrets.nix
2024-08-06 18:44:43 +02:00

6 lines
130 B
Nix

let
sshKeys = import ./crypto/ssh-keys.nix;
in {
"crypto/wifi.age".publicKeys = [sshKeys.host.yaseen sshKeys.tasia.yaseen];
}