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