nix-config/modules/nixos/services/default.nix
Bruno BELANYI fbe0b026e5
All checks were successful
ci/woodpecker/push/check Pipeline was successful
WIP: nixos: services: add aria
2023-12-22 23:27:16 +01:00

41 lines
553 B
Nix

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