1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-10 02:30:29 +01:00

Merge branch 'master' of github.com:thegeneralist01/config

This commit is contained in:
TheGeneralist 2026-03-03 13:15:15 +01:00
commit 4f4995cf75
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
6 changed files with 372 additions and 15 deletions

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
let
domain = "thegeneralist01.com";
family_domain = builtins.getEnv "FAMILY_DOMAIN";
family_domain = builtins.getEnv "FAMILY_DOMAIN";
ssl = {
quic = true;
@ -102,6 +102,7 @@ in
"thegeneralist01.com" = "http://localhost:80";
"www.thegeneralist01.com" = "http://localhost:80";
"cache.thegeneralist01.com" = "http://localhost:80";
"calorie.thegeneralist01.com" = "http://localhost:4322";
"git.thegeneralist01.com" = "http://localhost:3000";
};
default = "http_status:404";