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

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