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