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

                
                 
              
                


               
              
              
    
{config, ...}: {
  imports = [
    ./acme
    #  ./firewall
    ./keycloak
    #./minecraft
    ./nginx
    ./nix
    ./opensshd
    ./rust-motd
    ./fail2ban
    ./git-sync
  ];
}