add degoog
This commit is contained in:
parent
0a1446857d
commit
ebbb1036be
3 changed files with 221 additions and 46 deletions
14
clients/quadraticserver/degoog.nix
Normal file
14
clients/quadraticserver/degoog.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ inputs, config, ... }: {
|
||||
imports = [ inputs.degoog.nixosModules.default ];
|
||||
services = {
|
||||
degoog = {
|
||||
enable = true;
|
||||
port = 8081;
|
||||
|
||||
publicInstance = true;
|
||||
};
|
||||
|
||||
caddy.authedHosts."search.federated.nexus" =
|
||||
"reverse_proxy 127.0.0.1:${toString config.services.degoog.port}";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue