nix machine / user configurations

feat: click

ptr.pet 8af80889 30f50ce0

verified
Changed files
+1
hosts
wolumonde
modules
+1
hosts/wolumonde/modules/blog.nix
···
};
services.nginx.virtualHosts."poor.dog" = {
locations."/".return = "301 https://gaze.systems$request_uri";
+
locations."/asdfhjaiwuehfjasjdhf".proxyPass = "http://100.64.0.1:8668";
};
}