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