summaryrefslogtreecommitdiff
path: root/provision/postinstall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'provision/postinstall.sh')
-rw-r--r--provision/postinstall.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/provision/postinstall.sh b/provision/postinstall.sh
index 245df8d..be094e4 100644
--- a/provision/postinstall.sh
+++ b/provision/postinstall.sh
@@ -9,3 +9,6 @@ localectl set-locale "LANG=en_US.UTF-8"
localectl set-keymap "us"
localectl set-x11-keymap "us"
timedatectl set-ntp true
+
+#setting link to systemd-resolved
+ln -sf /var/run/systemd/resolve/resolv.conf /etc/resolv.conf