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

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