nix-config/modules/nixos/services/default.nix
Bruno BELANYI efda7de012 nixos: services: remove pyload
The package and the module have been removed upstream.

I do not have the will to package the enormous V8-based missing
dependency (`mini-racer`), so let's remove the module entirely.

I didn't use it much anymore anyway.
2026-04-01 21:02:16 +02:00

47 lines
644 B
Nix

{ ... }:
{
imports = [
./adblock
./aria
./audiobookshelf
./backup
./blog
./calibre-web
./drone
./fail2ban
./flood
./forgejo
./gitea
./grocy
./homebox
./jellyfin
./komga
./lohr
./matrix
./mealie
./miniflux
./monitoring
./navidrome
./nextcloud
./nginx
./nix-cache
./paperless
./pdf-edit
./podgrab
./postgresql
./postgresql-backup
./quassel
./rss-bridge
./sabnzbd
./servarr
./ssh-server
./tandoor-recipes
./thelounge
./tlp
./transmission
./vikunja
./wireguard
./woodpecker
];
}