aboutsummaryrefslogtreecommitdiff
path: root/modules/services/nixos/default.nix
blob: a46eb2704e96ef8e4a096834bb3fe60a371cf247 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  imports = [
    ./caddy.nix
    ./openssh.nix

    ./forgejo.nix
    ./goaccess.nix

    ./cgit
    ./polaris.nix
    # ./mopidy.nix
    # ./jellyfin.nix
    ./copyparty.nix
    ./qbittorrent.nix
  ];
}