diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-01-04 16:23:41 -0800 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-01-04 16:23:41 -0800 |
| commit | f82328969e47f35cd1ebd6114d40196a6d777f20 (patch) | |
| tree | bf60bd9437e8b66d1d603428544343856f3ca01a /hosts | |
| parent | 6c9544e42dd641f4ae7c4e557dd4c704d4419d11 (diff) | |
| download | nix-f82328969e47f35cd1ebd6114d40196a6d777f20.tar nix-f82328969e47f35cd1ebd6114d40196a6d777f20.tar.gz nix-f82328969e47f35cd1ebd6114d40196a6d777f20.tar.bz2 nix-f82328969e47f35cd1ebd6114d40196a6d777f20.tar.lz nix-f82328969e47f35cd1ebd6114d40196a6d777f20.tar.xz nix-f82328969e47f35cd1ebd6114d40196a6d777f20.tar.zst nix-f82328969e47f35cd1ebd6114d40196a6d777f20.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 fa51936..93eb742 100644 --- a/hosts/darkstar/default.nix +++ b/hosts/darkstar/default.nix @@ -125,7 +125,7 @@ systemd.services = { "mitmproxy" = let rules_script = '' - ${pkgs.mitmproxy}/bin/mitmdump -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://185.187.254.229:80 --set block_global=false ''; in { description = "proxy for C64 site hackerswithstyle.se"; script = rules_script; |
