treewide format

This commit is contained in:
TheWanderingCrow 2026-04-04 22:59:23 -04:00
parent 653eb2d606
commit b346790feb
31 changed files with 150 additions and 104 deletions

View file

@ -40,10 +40,10 @@ in
enable = true;
virtualHosts = {
# "swgalaxyproject.com".extraConfig = ''
# reverse_proxy http://localhost:8080
# reverse_proxy http://localhost:8080
# '';
# "nnsbluegrass.com".extraConfig = ''
# reverse_proxy http://localhost:9821
# reverse_proxy http://localhost:9821
# '';
"swgalaxyproject.com".extraConfig = ''
file_server {

View file

@ -38,11 +38,11 @@ in
users.users.caddy.extraGroups = [ "tuwunel" ];
services.caddy = {
enable = true;
virtualHosts = {
"psychal.link, psychal.link:8448".extraConfig = ''
reverse_proxy unix//run/tuwunel/tuwunel.sock
'';
};
};
enable = true;
virtualHosts = {
"psychal.link, psychal.link:8448".extraConfig = ''
reverse_proxy unix//run/tuwunel/tuwunel.sock
'';
};
};
}