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