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

                
                 
                


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