17 lines
388 B
YAML
17 lines
388 B
YAML
---
|
|
apt:
|
|
enabled: true
|
|
proxy:
|
|
scheme: http
|
|
hostname: apt.local
|
|
port: 8000
|
|
config:
|
|
10periodic:
|
|
- APT::Periodic::Update-Package-Lists "1";
|
|
- APT::Periodic::Download-Upgradeable-Packages "1";
|
|
- APT::Periodic::AutocleanInterval "0";
|
|
99unauth:
|
|
- APT::Get::AllowUnauthenticated "true";
|
|
fetch_url: https://assets.paulbsd.com/apt
|
|
arch: amd64
|