os/secrets/secrets.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
157 B
Nix
Raw Normal View History

let
# set ssh public keys here for your system and user
system = "";
user = "";
allKeys = [system user];
in {
"secret.age".publicKeys = allKeys;
}