add cozybot
This commit is contained in:
parent
ab36a87061
commit
47b70cb938
3 changed files with 85 additions and 16 deletions
10
clients/quadraticserver/cozybot.nix
Normal file
10
clients/quadraticserver/cozybot.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [ inputs.cozybot.nixosModules.default ];
|
||||
|
||||
services = {
|
||||
cozybot.enable = true;
|
||||
caddy.virtualHosts."cozyp.federated.nexus".extraConfig =
|
||||
"reverse_proxy unix//var/run/cozybot/socket";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue