Bruno BELANYI
f3e888dadc
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...
11 lines
116 B
Nix
11 lines
116 B
Nix
# Common secrets
|
|
let
|
|
keys = import ../../keys;
|
|
|
|
# deadnix: skip
|
|
all = keys.users;
|
|
in
|
|
{
|
|
# Add secrets here
|
|
}
|