Migrate Mastodon to NixOS
This commit is contained in:
parent
7055927848
commit
c347478e96
11 changed files with 256 additions and 78 deletions
5
config/hosts/mastodon/opensearch.nix
Normal file
5
config/hosts/mastodon/opensearch.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ ... }: {
|
||||
services.opensearch = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue