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