From e39996e692299a71061b9b12d8aae76d5624d554 Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com> Date: Thu, 22 Sep 2016 19:15:56 +0200 Subject: [PATCH] roles/common: Set search domains to archlinux.org. --- roles/common/templates/10-static-ethernet.network.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/common/templates/10-static-ethernet.network.j2 b/roles/common/templates/10-static-ethernet.network.j2 index cfe963c9a..f69a8d536 100644 --- a/roles/common/templates/10-static-ethernet.network.j2 +++ b/roles/common/templates/10-static-ethernet.network.j2 @@ -7,6 +7,7 @@ DNS=213.133.99.99 DNS=213.133.100.100 Gateway={{ ipv4_gateway }} Gateway={{ ipv6_gateway }} +Domains=archlinux.org. [Address] Address={{ ipv4_address }}/32 -- GitLab