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