nixos-config/crypto/secrets.nix

16 lines
278 B
Nix

let
sshKeys = import ./ssh-keys.nix;
in {
"wifi.age".publicKeys = [
sshKeys.host.cave
sshKeys.tasia.cave
];
"nm-secrets.age".publicKeys = [
sshKeys.tasia.cave
sshKeys.host.enry
sshKeys.host.phoenix
sshKeys.host.stuff
sshKeys.host.cave
];
}