nix-cfg/secrets/default.nix

5 lines
92 B
Nix
Raw Normal View History

2023-09-09 16:31:01 +02:00
{ ... }:
{
drive-ids = import ./drive-ids.nix;
2023-10-30 17:20:54 +01:00
email-stuff = import ./email-stuff.nix;
2023-09-09 16:31:01 +02:00
}