enable nats.io for dendrite
This commit is contained in:
parent
fca31a2caa
commit
9c217529ae
2 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
imports = [./caddy.nix ./frpc.nix ./postgresql.nix ./ssh.nix];
|
imports = [
|
||||||
|
./caddy.nix
|
||||||
|
./frpc.nix
|
||||||
|
./nats.nix
|
||||||
|
./postgresql.nix
|
||||||
|
./ssh.nix
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
6
hosts/rico1/services/nats.nix
Normal file
6
hosts/rico1/services/nats.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
_: {
|
||||||
|
services.nats = {
|
||||||
|
enable = true;
|
||||||
|
jetstream = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue