server.nix/services/default.nix

28 lines
455 B
Nix
Raw Permalink Normal View History

2025-01-17 20:55:33 +02:00
{ ... }: {
imports = [
./jellyfin.nix
./mastodon.nix
./archivebox.nix
./cross-seed.nix
2025-04-12 01:50:59 +03:00
./forgejo
2025-01-17 20:55:33 +02:00
./wakapi.nix
./blocky.nix
./coturn.nix
./feishin.nix
./ntfy.nix
./nextcloud.nix
./unpackerr.nix
./qbittorrent.nix
2025-02-01 17:35:11 +02:00
./pds.nix
2025-01-17 20:55:33 +02:00
./gonic.nix
./youtuee.nix
./confess.nix
./lastfm-status.nix
./rr.nix
2025-01-17 21:12:20 +02:00
./plex.nix
2025-01-23 00:58:02 +02:00
./komga.nix
2025-01-23 23:38:04 +02:00
./prosody.nix
./scrutiny.nix
2025-04-19 04:23:06 +03:00
./matrix
2025-01-17 20:55:33 +02:00
];
}