nixos-config/crypto/secrets.nix

13 lines
274 B
Nix
Raw Normal View History

2024-08-07 16:33:11 +02:00
let
sshKeys = import ./ssh-keys.nix;
in {
"wifi.age".publicKeys = [sshKeys.host.yaseen sshKeys.tasia.yaseen];
"nm-secrets.age".publicKeys = [
sshKeys.tasia.yaseen
sshKeys.host.enry
sshKeys.host.phoenix
sshKeys.host.stuff
sshKeys.host.yaseen
];
}