Compare commits
2 commits
c6a99ce1b6
...
edf48f5ceb
| Author | SHA1 | Date | |
|---|---|---|---|
| edf48f5ceb | |||
| 90eb620318 |
3 changed files with 30 additions and 1 deletions
29
files/system/etc/libvirt/network.conf
Normal file
29
files/system/etc/libvirt/network.conf
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Master configuration file for the network driver.
|
||||
# All settings described here are optional - if omitted, sensible
|
||||
# defaults are used.
|
||||
|
||||
# firewall_backend:
|
||||
#
|
||||
# determines which subsystem to use to setup firewall packet
|
||||
# filtering rules for virtual networks.
|
||||
#
|
||||
# Supported settings:
|
||||
#
|
||||
# iptables - use iptables commands to construct the firewall
|
||||
# nftables - use nft commands to construct the firewall
|
||||
#
|
||||
# If firewall_backend isn't configured, libvirt will choose the
|
||||
# first available backend from the following list:
|
||||
#
|
||||
# [nftables, iptables]
|
||||
#
|
||||
# If no backend is available on the host, then the network driver
|
||||
# will fail to start, and an error will be logged.
|
||||
#
|
||||
# (NB: switching from one backend to another while there are active
|
||||
# virtual networks *is* supported. The change will take place the
|
||||
# next time that libvirtd/virtnetworkd is restarted - all existing
|
||||
# virtual networks will have their old firewalls removed, and then
|
||||
# reloaded using the new backend.)
|
||||
#
|
||||
firewall_backend = "iptables"
|
||||
|
|
@ -41,7 +41,6 @@ modules:
|
|||
- containerd.io
|
||||
- docker-buildx-plugin
|
||||
- docker-compose-plugin
|
||||
- freeipa-client
|
||||
- chromium-headless
|
||||
- type: systemd
|
||||
system:
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ modules:
|
|||
- gtk-murrine-engine
|
||||
- gnome-boxes
|
||||
- fedora-chromium-config-gnome
|
||||
- freeipa-client
|
||||
- type: gnome-extensions
|
||||
install:
|
||||
- 6 # Applications Menu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue