Add nftables

This commit is contained in:
Benoit S 2021-09-03 14:16:43 +09:00
parent 7eea370fea
commit a9d8ea3155

View file

@ -45,7 +45,7 @@ apt.packages(
name='Install packages', name='Install packages',
packages=['manpages', 'man', 'snapd', 'vim', 'file', packages=['manpages', 'man', 'snapd', 'vim', 'file',
'parted', 'htop', 'ncdu', 'byobu', 'tcpdump', 'lm-sensors', 'iotop', 'parted', 'htop', 'ncdu', 'byobu', 'tcpdump', 'lm-sensors', 'iotop',
'strace', 'lsof', 'iftop', 'haveged', 'postfix'], 'strace', 'lsof', 'iftop', 'haveged', 'postfix', 'nftables'],
update=False, update=False,
) )