1
0
Fork 0
forked from fi/nix-infra
fi-nix-infra/config/hosts/mastodon/default.nix
2023-11-09 23:10:53 +01:00

9 lines
112 B
Nix

{ ... }:
{
imports = [
./configuration.nix
./mastodon.nix
./opensearch.nix
./nginx.nix
];
}