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