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