forked from fi/nix-infra
Add matrix-synapse host
This commit is contained in:
parent
b7864a6798
commit
e93c605ebb
13 changed files with 186 additions and 41 deletions
10
hosts/matrix/default.nix
Normal file
10
hosts/matrix/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
./postgresql.nix
|
||||
./matrix-synapse.nix
|
||||
./nginx.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue