about summary refs log tree commit diff stats
path: root/system/services/default.nix
blob: 819c36a10698e037f41f847704cbc5a3b694e264 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{...}: {
  imports = [
    ./invidious
    ./mail
    ./mastodon
    ./matrix
    ./minecraft
    ./murmur
    ./restic
    ./taskserver
  ];
}