aboutsummaryrefslogblamecommitdiff
path: root/modules/services/default.nix
blob: 1aeeff14d7aa879b8ec6aa25d97c36a317a110b3 (plain) (tree)
1
2
3
4
5
6
7
8


        
             
            
                
    
 
{ ... }:

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