summaryrefslogtreecommitdiffstats
path: root/3modules/default.nix
blob: ec659ef5fd95a6621708d3d14bc14e0c476d9c85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
_:

{
  imports = [
    ./awesome-extra.nix
    ./bump-distrowatch.nix
    ./deluge.nix
    ./etherpad.nix
    ./forward-journal.nix
    #./netdata.nix
    ./opentracker.nix
    ./ps3netsrv.nix
    ./logging-config.nix
    ./populate.nix
    ./sane-extra.nix
    ./server-config.nix
    ./snapraid.nix
    ./state.nix
    ./torrent.nix
    ./udpt.nix
  ];
}