blob: 35a79084ea6eac4eff77b2745e61e59bab0b795a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# load the default config for xipkg
#
include /etc/xipkg.d/default.conf
# list of sources of where to find repos
#
# Keep this list short, with a few local mirrors
# ensure that you have a bit of redunancy in case of back up
sources {
# local file:///var/lib/xib/repo/
ftp https://xilinux.ftp.sh/repo/
davidovski https://xi.davidovski.xyz/repo/
}
# The sources to download the keys from
key_authority [
davidovski
]
|