diff packages.py @ 34:d4fb38f13c79

refactor dns and some other non-net setup
author drewp@bigasterisk.com
date Sat, 15 Jan 2022 15:40:22 -0800
parents 16cd19a68832
children fbd0849dfdbd
line wrap: on
line diff
--- a/packages.py	Sat Jan 15 14:58:51 2022 -0800
+++ b/packages.py	Sat Jan 15 15:40:22 2022 -0800
@@ -68,6 +68,9 @@
 
 if host.name == "bang":
     apt.packages(packages=[
+        'iptables',
+        'openntpd',
+        'ntpdate',
         'zfsutils-linux',
         'zfs-zed',
         'zfs-auto-snapshot',