summaryrefslogtreecommitdiff
path: root/services/default.nix
blob: 39e030b8ddf991d177dc51a365ee28f2a60b9b42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file indexes all services. Services are different from use-cases in that
# they are reusable components that (most probably one). These are NixOS
# modules, NOT home-manager modules.

{ ... }:

{
  imports =
    [
      ./on-demand-minecraft
      ./duksebot
      ./push-notification-api
    ];
}