summary refs log tree commit diff stats
path: root/system/services/default.nix
blob: 5d9e5b66980f7ef570e1019b3e7578533dd9e0f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{config, ...}: {
  imports = [
    ./acme
    ./firewall
    #./minecraft
    ./nginx
    ./nix
    ./opensshd
    ./rust-motd
    ./fail2ban
  ];
}