feat: Added stuff

This commit is contained in:
uttarayan21
2025-07-02 17:21:10 +05:30
parent 9c4d5a219d
commit c80288fadf
14 changed files with 93 additions and 40 deletions

View File

@@ -1,5 +1,12 @@
{...}: {
services = {
caddy.enable = true;
caddy = {
enable = true;
# virtualHosts = {
# "home.darksailor.dev".extraConfig = ''
# reverse_proxy http://tsuba.lemur-newton.ts.net:8123
# '';
# };
};
};
}