Bruno BELANYI
e09da8505e
Its not actually a service, but more of a configuration needed by some services. Therefore it belongs in modules.
26 lines
395 B
Nix
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
|
|
];
|
|
}
|