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