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