diff options
| -rw-r--r-- | etc/nftables.conf | 1 | ||||
| -rw-r--r-- | meta/flatpak.txt | 1 | ||||
| -rw-r--r-- | systemd-units/system.txt | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index 355465a..cb6e4d7 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -13,6 +13,7 @@ table inet filter { ct state {established, related} accept comment "allow tracked connections" iif lo accept comment "allow from loopback" meta l4proto { icmp, icmpv6 } accept comment "allow icmp" + meta pkttype multicast udp dport 5353 accept comment "allow mDNS discovery" # libvirt's NAT bridge: let guests reach the host's dnsmasq for DHCP+DNS. # libvirt manages its own forward/NAT chains but does NOT touch the input diff --git a/meta/flatpak.txt b/meta/flatpak.txt index 807497b..69b9e4c 100644 --- a/meta/flatpak.txt +++ b/meta/flatpak.txt @@ -11,6 +11,7 @@ io.gitlab.librewolf-community io.github.ungoogled_software.ungoogled_chromium io.mpv.Mpv +org.gnome.SimpleScan org.kde.okular org.libreoffice.LibreOffice org.mozilla.thunderbird diff --git a/systemd-units/system.txt b/systemd-units/system.txt index 03abe71..6a981e5 100644 --- a/systemd-units/system.txt +++ b/systemd-units/system.txt @@ -10,6 +10,7 @@ paccache.timer acpid.service cpupower.service iwd.service +avahi-daemon.service nftables.service systemd-networkd.service systemd-networkd-wait-online.service |
