From 6c9544e42dd641f4ae7c4e557dd4c704d4419d11 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sun, 4 Jan 2026 16:17:59 -0800 Subject: Fix typo --- hosts/darkstar/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/darkstar/default.nix') diff --git a/hosts/darkstar/default.nix b/hosts/darkstar/default.nix index a0e92c4..fa51936 100644 --- a/hosts/darkstar/default.nix +++ b/hosts/darkstar/default.nix @@ -125,7 +125,7 @@ systemd.services = { "mitmproxy" = let rules_script = '' - ${pkgs.mitmproxy}/bin/mitmproxy -p 80 -s /etc/mitmproxy-c64u.py --mode reverse:http://hackerswithstyle.se:80 --set block_global=false + ${pkgs.mitmproxy}/bin/mitmdump -p 80 -s /etc/mitmproxy-c64u.py --mode reverse:http://hackerswithstyle.se:80 --set block_global=false ''; in { description = "proxy for C64 site hackerswithstyle.se"; script = rules_script; -- cgit v1.2.3