blob: 086668b1ebcac7f2ff8aade5eea169aefba9b2fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# This is the default configuration for xipkg
#
include /etc/xipkg.d/default.conf
sources {
localhost http://localhost:8089/repo/
davidovski https://xi.davidovski.xyz/repo/
codeberg https://xi.codeberg.page/repo/
ftp https://xilinux.ftp.sh/repo/
ro https://xi.ro.lt/repo/
}
# The sources to download the keys from
key_authority [
davidovski
]
repos [
xi
system
util
meta
linux
devel
]
# the number of times to ping a server to find out its speed
# use 0 to disable determining the fastest servers
pings 4
|