fix up nixarr links and add homarr for nav

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-23 17:50:09 -05:00
parent 6c0c5db16a
commit c51987536a
5 changed files with 54 additions and 88 deletions

View file

@ -10,6 +10,7 @@ in
# common.nixosModules.containers.librechat
common.nixosModules.containers.forgejo
./opengist.nix
./homarr.nix
];
config = {
@ -54,8 +55,8 @@ in
virtualisation.oci-containers.backend = "podman";
security.acme.acceptTerms = true;
security.acme.defaults.email = "admin@joshuabell.xyz";
security.acme.acceptTerms = true;
security.acme.defaults.email = "admin@joshuabell.xyz";
services.nginx = {
enable = true;
recommendedGzipSettings = true;
@ -69,19 +70,13 @@ in
};
};
# forgejo http traffic
"git.joshuabell.xyz" = {
locations."/" = {
proxyPass = "http://10.0.0.2:3000";
};
};
# "git.joshuabell.xyz" = {
# # GIT passthrough
# locations."/" = {
# proxyPass = "http://10.0.0.2:3000";
# };
# };
"_" = {
default = true;
locations."/" = {
@ -91,6 +86,7 @@ in
};
# STREAMS
# Forgejo ssh
streamConfig = ''
server {
listen 3032;