diff options
-rw-r--r-- | hosts/homebase | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/homebase b/hosts/homebase index 5a6dc66..4aef113 100644 --- a/hosts/homebase +++ b/hosts/homebase @@ -24,8 +24,8 @@ aptsource_base_cdebootstrap="http://proxy:9999/debian" #aptsource_base_components="main contrib non-free" # URI and components of additional APT sources (if different from DEFAULT) -#aptsource_security_host="file:/pub/mirrors/debian-security/" -#aptsource_jones_host="http://debian.jones.dk/" +aptsource_security_host="http://proxy:9999/debian-security" +aptsource_jones_host="http://proxy:9999/jones" #aptsource_jones_components="kernels misc" # Device name (or NFS share) to mount to "/pub" |