diff --git a/salt/sys-pihole/create.sls b/salt/sys-pihole/create.sls index acde949..da5ba5d 100644 --- a/salt/sys-pihole/create.sls +++ b/salt/sys-pihole/create.sls @@ -45,6 +45,7 @@ features: - servicevm - service.updates-proxy-setup - service.qubes-firewall + - service.clocksync - disable: - service.cups - service.cups-browsed diff --git a/salt/sys-pihole/install.sls b/salt/sys-pihole/install.sls index 679ed50..d63b8f1 100644 --- a/salt/sys-pihole/install.sls +++ b/salt/sys-pihole/install.sls @@ -56,6 +56,7 @@ include: - qubes-core-agent-passwordless-root - qubes-core-agent-dom0-updates - qubes-core-agent-networking + - systemd-timesyncd - ca-certificates - curl - dnsutils @@ -93,7 +94,7 @@ include: "{{ slsdotpath }}-setupVars.conf": file.managed: - name: /etc/pihole/setupVars.conf - - source: salt://{{ slsdotpath }}/files/server/network/setupVars.conf + - source: salt://{{ slsdotpath }}/files/server/pihole/setupVars.conf - user: root - group: root - makedirs: True