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