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