summary refs log tree commit diff stats
path: root/modules/nixos/vhack/default.nix
blob: 1c98f58c054c958f4712a9cf78c871093348d378 (plain) (blame)
1
2
3
4
5
6
7
{...}: {
  imports = [
    ./etesync
    ./git-server
    ./peertube
  ];
}