summaryrefslogtreecommitdiff
path: root/modules/nixos/default.nix
blob: daea05ff8a9243ffc42e888f07820474dab94568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  ## Reusable services.

  on-demand-minecraft = import ./on-demand-minecraft;
  duksebot = import ./duksebot;

  ## Other miscellaneous configuration bits. These may be useful to other you.

  cloudflare-proxy = import ./cloudflare-proxy;

  disable-screen = import ./disable-screen;
}