nix-config/home/secrets/secrets.nix
Bruno BELANYI f3e888dadc
All checks were successful
ci/woodpecker/push/check Pipeline was successful
home: add secrets
Now that my module has been merged upstream!

Not that I have anything to use it with for now...
2023-05-12 11:03:49 +00:00

11 lines
116 B
Nix

# Common secrets
let
keys = import ../../keys;
# deadnix: skip
all = keys.users;
in
{
# Add secrets here
}