libvirt: add support nftables backend (#424422)
This commit is contained in:
commit
9805973355
@ -112,6 +112,8 @@
|
||||
|
||||
- `services.gitea` supports sending notifications with sendmail again. To do this, activate the parameter `services.gitea.mailerUseSendmail` and configure SMTP server.
|
||||
|
||||
- `libvirt` now supports using `nftables` backend.
|
||||
|
||||
- `services.ntpd-rs` now performs configuration validation.
|
||||
|
||||
- `services.monero` now includes the `environmentFile` option for adding secrets to the Monero daemon config.
|
||||
|
||||
@ -22,6 +22,7 @@
|
||||
libxslt,
|
||||
makeWrapper,
|
||||
meson,
|
||||
nftables,
|
||||
ninja,
|
||||
openssh,
|
||||
perl,
|
||||
@ -91,6 +92,7 @@ let
|
||||
iptables
|
||||
kmod
|
||||
lvm2
|
||||
nftables
|
||||
numactl
|
||||
numad
|
||||
openssh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user