Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Proxy lms on shizuri.local

+3
+3
host-specific/shizuri/services.nix
··· 34 34 virtualHosts."shizuri.tail2d94b.ts.net".extraConfig = '' 35 35 reverse_proxy 127.0.0.1:1234 36 36 ''; 37 + virtualHosts."shizuri.local:80".extraConfig = '' 38 + reverse_proxy 127.0.0.1:1234 39 + ''; 37 40 }; 38 41 39 42 # Containers and VMs