summaryrefslogtreecommitdiff
path: root/modules/nixos/default.nix
blob: 9ad08e5ded76d03cc72e55bafe6c9f8ca12b14cf (plain)
1
2
3
4
5
6
7
8
9
10
{
  ## 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;
}