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