summary refs log blame commit diff stats
path: root/system/services/default.nix
blob: 7bf26c3380e2f7043c02470c479908cc8c4f46c4 (plain) (tree)
1
2
3
4
5
6
7
8
9
        
             
              
              
          
            
               
           
              
             

               
{...}: {
  imports = [
    ./fail2ban
    ./keycloak
    ./mail
    ./matrix
    ./minecraft
    ./nginx
    ./nix
    ./nix-sync
    ./openssh
    ./rust-motd
  ];
}