1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 --- /etc/pacman.conf 2020-07-01 03:52:38.000000000 +0200
+++ pacman.conf 2020-12-07 14:18:19.773580876 +0100
@@ -1,4 +1,8 @@
#
+# !!! This file is managed by Ansible !!!
+#
+
+#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
@@ -83,6 +83,10 @@
[community]
Include = /etc/pacman.d/mirrorlist
+[aurto]
+Server = https://repo.f2k1.de
+SigLevel = Optional TrustAll
+
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.