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