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