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