Skip to content

Commit 92ceb4a

Browse files
committed
nixos/polipo: drop
Upstream hasn't seen activity since 2014 and archived the project in 2021. There's no longer a need for HTTP proxies
1 parent a85c0fb commit 92ceb4a

File tree

4 files changed

+5
-127
lines changed

4 files changed

+5
-127
lines changed

nixos/modules/misc/ids.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ in
167167
nsd = 126;
168168
gitolite = 127;
169169
znc = 128;
170-
polipo = 129;
170+
# polipo = 129; removed 2025-05-18
171171
mopidy = 130;
172172
#docker = 131; # unused
173173
gdm = 132;
@@ -507,7 +507,7 @@ in
507507
nsd = 126;
508508
gitolite = 127;
509509
znc = 128;
510-
polipo = 129;
510+
# polipo = 129; removed 2025-05-18
511511
mopidy = 130;
512512
docker = 131;
513513
gdm = 132;

nixos/modules/module-list.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,6 @@
12681268
./services/networking/picosnitch.nix
12691269
./services/networking/pixiecore.nix
12701270
./services/networking/pleroma.nix
1271-
./services/networking/polipo.nix
12721271
./services/networking/powerdns.nix
12731272
./services/networking/pppd.nix
12741273
./services/networking/pptpd.nix

nixos/modules/rename.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ in
193193
(mkRemovedOptionModule [ "services" "pantheon" "files" ] ''
194194
This module was removed, please add pkgs.pantheon.elementary-files to environment.systemPackages directly.
195195
'')
196+
(mkRemovedOptionModule [ "services" "polipo" ] ''
197+
The polipo project is unmaintained and archived upstream.
198+
'')
196199
(mkRemovedOptionModule [ "services" "prey" ] ''
197200
prey-bash-client is deprecated upstream
198201
'')

nixos/modules/services/networking/polipo.nix

Lines changed: 0 additions & 124 deletions
This file was deleted.

0 commit comments

Comments
 (0)