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