diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-01-04 16:17:59 -0800 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-01-04 16:17:59 -0800 |
| commit | 6c9544e42dd641f4ae7c4e557dd4c704d4419d11 (patch) | |
| tree | a43f5ff528b7194f1c25cb816d2f69529d8971b3 /hosts | |
| parent | 201056b1bb82249671e9101b526c8331e1783ef1 (diff) | |
| download | nix-6c9544e42dd641f4ae7c4e557dd4c704d4419d11.tar nix-6c9544e42dd641f4ae7c4e557dd4c704d4419d11.tar.gz nix-6c9544e42dd641f4ae7c4e557dd4c704d4419d11.tar.bz2 nix-6c9544e42dd641f4ae7c4e557dd4c704d4419d11.tar.lz nix-6c9544e42dd641f4ae7c4e557dd4c704d4419d11.tar.xz nix-6c9544e42dd641f4ae7c4e557dd4c704d4419d11.tar.zst nix-6c9544e42dd641f4ae7c4e557dd4c704d4419d11.zip | |
Fix typo
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/darkstar/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
