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