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.
|
- `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.ntpd-rs` now performs configuration validation.
|
||||||
|
|
||||||
- `services.monero` now includes the `environmentFile` option for adding secrets to the Monero daemon config.
|
- `services.monero` now includes the `environmentFile` option for adding secrets to the Monero daemon config.
|
||||||
|
|||||||
@ -22,6 +22,7 @@
|
|||||||
libxslt,
|
libxslt,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
meson,
|
meson,
|
||||||
|
nftables,
|
||||||
ninja,
|
ninja,
|
||||||
openssh,
|
openssh,
|
||||||
perl,
|
perl,
|
||||||
@ -91,6 +92,7 @@ let
|
|||||||
iptables
|
iptables
|
||||||
kmod
|
kmod
|
||||||
lvm2
|
lvm2
|
||||||
|
nftables
|
||||||
numactl
|
numactl
|
||||||
numad
|
numad
|
||||||
openssh
|
openssh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user