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