home: add secrets
All checks were successful
ci/woodpecker/push/check Pipeline was successful

Now that my module has been merged upstream!

Not that I have anything to use it with for now...
This commit is contained in:
Bruno BELANYI 2023-05-12 11:03:46 +00:00
parent d60e26c617
commit f3e888dadc
3 changed files with 36 additions and 0 deletions

10
home/secrets/secrets.nix Normal file
View file

@ -0,0 +1,10 @@
# Common secrets
let
keys = import ../../keys;
# deadnix: skip
all = keys.users;
in
{
# Add secrets here
}