summaryrefslogtreecommitdiffstats
path: root/makefu/3modules/default.nix
blob: 3ac325b29df7ce254ed621e38f6aeb5840f0778c (plain)
1
2
3
4
5
6
7
8
9
_:

{
  imports = [
    ./tinc_graphs.nix
    ./bepasty-server.nix
  ];
}