From d9560c17aae00b5712a789f0c4b127cb867aa05c Mon Sep 17 00:00:00 2001 From: Gordon Shumway <60302611+gordon-shumway-net@users.noreply.github.com> Date: Sat, 14 Oct 2023 22:51:21 +0200 Subject: [PATCH] added ntp package hint --- user/templates/minimal-templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user/templates/minimal-templates.md b/user/templates/minimal-templates.md index 8d63fbc4..f902f8d5 100644 --- a/user/templates/minimal-templates.md +++ b/user/templates/minimal-templates.md @@ -241,8 +241,8 @@ list of packages to be installed): least `qubes-core-agent-networking`, and also `qubes-core-agent-dom0-updates` if you want to use it as the `UpdateVM` (which is normally `sys-firewall`). - NetVM, such as the template for `sys-net`: `qubes-core-agent-networking` - `qubes-core-agent-network-manager`. If your network devices need extra - packages for a network VM, use the `lspci` command to identify the devices, + `qubes-core-agent-network-manager` `systemd-timesyncd`(or other NTP Service). + If your network devices need extra packages for a network VM, use the `lspci` command to identify the devices, then find the package that provides necessary firmware and install it. If you need utilities for debugging and analyzing network connections, install the following packages: `tcpdump` `telnet` `nmap` `ncat`.