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

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