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