nix-config/modules/nixos/services/default.nix

44 lines
579 B
Nix
Raw Normal View History

{ ... }:
{
imports = [
./adblock
2023-12-22 23:27:04 +01:00
./aria
./backup
./blog
./calibre-web
./drone
2023-02-19 18:36:01 +01:00
./fail2ban
./flood
./gitea
2022-07-28 17:53:23 +02:00
./grocy
./indexers
./jellyfin
./lohr
./matrix
2024-03-02 12:48:08 +01:00
./mealie
./miniflux
./monitoring
./navidrome
./nextcloud
./nginx
./nix-cache
./paperless
./pirate
./podgrab
./postgresql
2023-02-19 18:36:23 +01:00
./postgresql-backup
2023-12-24 22:56:50 +01:00
./pyload
./quassel
./rss-bridge
./sabnzbd
./ssh-server
2022-09-24 21:52:06 +02:00
./tandoor-recipes
./tlp
./transmission
2023-05-13 20:18:58 +02:00
./vikunja
./wireguard
2023-03-18 12:51:12 +01:00
./woodpecker
];
}