aboutsummaryrefslogtreecommitdiff
path: root/src/property/apt.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/apt.lisp')
-rw-r--r--src/property/apt.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/apt.lisp b/src/property/apt.lisp
index 7204e25..da56fa7 100644
--- a/src/property/apt.lisp
+++ b/src/property/apt.lisp
@@ -216,7 +216,7 @@ only upgrade Debian stable."
(defproplist uses-local-cacher :posix ()
(:desc "apt uses local apt cacher")
(service-installed-running "apt-cacher-ng")
- (proxy "http://localhost:3142"))
+ (proxy "http://[::1]:3142"))
(defun get-mirrors ()
(or (get-hostattrs :apt.mirror) (call-with-os #'get-default-mirrors)))