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