aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-01-04 16:23:41 -0800
committerMark Nipper <nipsy@bitgnome.net>2026-01-04 16:23:41 -0800
commitf82328969e47f35cd1ebd6114d40196a6d777f20 (patch)
treebf60bd9437e8b66d1d603428544343856f3ca01a /hosts
parent6c9544e42dd641f4ae7c4e557dd4c704d4419d11 (diff)
downloadnix-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.nix2
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;