Bruno BELANYI
9f00d8a38e
Enable the service itself in other modules when needed, but pin the package in a single place.
33 lines
518 B
Nix
33 lines
518 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./adblock.nix
|
|
./backup.nix
|
|
./blog.nix
|
|
./calibre-web.nix
|
|
./drone.nix
|
|
./flood.nix
|
|
./gitea.nix
|
|
./indexers.nix
|
|
./jellyfin.nix
|
|
./lohr.nix
|
|
./matrix.nix
|
|
./miniflux.nix
|
|
./monitoring.nix
|
|
./nextcloud.nix
|
|
./nginx.nix
|
|
./pirate.nix
|
|
./podgrab.nix
|
|
./postgresql-backup.nix
|
|
./postgresql.nix
|
|
./quassel.nix
|
|
./rss-bridge.nix
|
|
./sabnzbd.nix
|
|
./ssh-server.nix
|
|
./tlp.nix
|
|
./transmission.nix
|
|
./wireguard.nix
|
|
];
|
|
}
|