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