]> Untitled Git - awful.systems.git/blob - git/proxy-pass.nix
docs: add database information
[awful.systems.git] / git / proxy-pass.nix
1 { config, lib, pkgs, ... }:
2
3 {
4   services.nginx.virtualHosts."awful.systems".locations."/git" = {
5     proxyPass = "http://these/git";
6   };
7 }