mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 03:49:44 +00:00
feat(vps): add trilium server
- Enable trilium-server on 127.0.0.1:8080 - Update Caddy to proxy trilium
This commit is contained in:
parent
31ab76fb33
commit
998f0faab6
3 changed files with 16 additions and 5 deletions
7
hosts/vps/modules/services/trilium-server.nix
Normal file
7
hosts/vps/modules/services/trilium-server.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
services.trilium-server = {
|
||||
enable = true;
|
||||
host = "127.0.0.1";
|
||||
port = 8080;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue