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