aboutsummaryrefslogtreecommitdiff
path: root/modules/storage/default.nix
blob: bbb9267fbcff26340f0f6e24cd36e0df1865bb0b (plain) (blame)
1
2
3
4
5
6
7
8
{ ... }:
{
  imports = [
    ./syncthing.nix
    ./git.nix
    ./send.nix
  ];
}