summaryrefslogtreecommitdiffstats
path: root/3modules/krebs/default.nix
blob: fe94e09b329e7421ddf11d7b1621f5a1b82a2cdd (plain)
1
2
3
4
5
6
7
8
9
10
11
_:

{
  imports = [
    ./github-hosts-sync.nix
    ./git.nix
    ./nginx.nix
    ./retiolum.nix
    ./urlwatch.nix
  ];
}