nix-tools/data/pacman-mirrors.conf

24 lines
748 B
Text
Raw Normal View History

2014-11-11 23:02:40 +01:00
##
## /etc/pacman-mirrors.conf
##
## Branch Pacman should use (stable, testing, unstable)
2018-01-13 14:15:30 +01:00
Branch = stable
2014-11-11 23:02:40 +01:00
## Generation method
## 1) rank - rank mirrors depending on their access time
## 2) random - randomly generate the output mirrorlist
# Method = rank
2014-11-11 23:02:40 +01:00
2018-01-13 14:14:01 +01:00
## Define protocols and priority
## separated by comma 'https,http' or 'http,https'
## ATM available protocols are: http, https, ftp
## Not specifying a protocol will ban the protocol from being used
## If a mirror has more than one protocol defined only the first is written to the mirrorlist
## Empty means all in reversed alphabetic order
# Protocols =
2014-11-11 23:02:40 +01:00
2018-01-13 14:14:01 +01:00
## When set to False - all certificates are accepted.
## Use only if you fully trust all ssl-enabled mirrors.
# SSLVerify = True