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