nix-config/services/default.nix
Bruno BELANYI e09da8505e services: move 'media' to 'modules' instead
Its not actually a service, but more of a configuration needed by some
services. Therefore it belongs in modules.
2021-03-07 18:39:42 +00:00

26 lines
395 B
Nix

{ ... }:
{
imports = [
./backup.nix
./blog.nix
./calibre-web.nix
./drone.nix
./gitea.nix
./indexers.nix
./jellyfin.nix
./matrix.nix
./miniflux.nix
./nextcloud.nix
./nginx.nix
./pirate.nix
./postgresql-backup.nix
./quassel.nix
./rss-bridge.nix
./sabnzbd.nix
./ssh-server.nix
./transmission.nix
./wireguard.nix
];
}