feat: Added homepage

This commit is contained in:
uttarayan21
2025-07-08 01:57:23 +05:30
parent 910738302d
commit 9a709d16b5
5 changed files with 112 additions and 9 deletions

View File

@@ -1,11 +1,14 @@
{...}: {
{
pkgs,
lib,
...
}: {
services = {
caddy = {
enable = true;
# virtualHosts = {
# "home.darksailor.dev".extraConfig = ''
# reverse_proxy http://tsuba.lemur-newton.ts.net:8123
# '';
# package = pkgs.caddy.withPlugins {
# plugins = ["github.com/caddy-dns/hetzner@c1104f8d1e376a062bce86cd53025c2187a6be45"];
# hash = "sha256-9ea0CfOHG7JhejB73HjfXQpnonn+ZRBqLNz1fFRkcDQ=";
# };
};
};