Merge branch 'yshtola-build' of https://scm.wyattjmiller.com/wymiller/nix-config-v2 into yshtola-build

This commit is contained in:
2026-03-01 00:09:19 -05:00

View File

@@ -244,14 +244,13 @@ in {
reverse_proxy localhost:4000
}
@static file
handle @static {
file_server
}
handle {
@notfile not file
handle @notfile {
reverse_proxy localhost:3000
}
file_server
}
'';
};
"${matrixFqdn}" = {