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