about summary refs log tree commit diff
path: root/modules/services/default.nix
blob: 2cf7f86b9fdf34c090a7e7efccdb42540349ebec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ ... }:

{
  imports = [
    ./backup
    ./monitoring
    ./sendsms
    ./syncthing
    ./transmission
  ];
}