summaryrefslogtreecommitdiff
path: root/lib/default.nix
blob: d896ce2db9cb2e06209ba2db4a8647a339c4ee54 (plain)
1
2
3
4
5
6
7
8
{ ... }:

{
  imports =
    [
      ./secrets
    ];
}