nix-infra/config/hosts/mastodon/default.nix

11 lines
141 B
Nix
Raw Permalink Normal View History

2023-10-10 04:14:29 +02:00
{ ... }:
{
imports = [
./configuration.nix
./mastodon.nix
./opensearch.nix
./nginx.nix
2024-10-30 00:10:18 +01:00
./containers/fedifetcher
2023-10-10 04:14:29 +02:00
];
}