1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-02 07:42:49 +03:00
digga/secrets/secrets.nix

10 lines
159 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;
}