From 60ed407fa4bfc65c607c6a89731dc09988d1bf65 Mon Sep 17 00:00:00 2001 From: nils Date: Thu, 16 Jan 2025 17:05:11 +0100 Subject: [PATCH] --modem --- docs/gentoo-desktop-setup/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gentoo-desktop-setup/installation.md b/docs/gentoo-desktop-setup/installation.md index 984d157..ed9a44c 100644 --- a/docs/gentoo-desktop-setup/installation.md +++ b/docs/gentoo-desktop-setup/installation.md @@ -186,7 +186,7 @@ root@chroot:~# echo "" > /etc/hostname NetworkManager is an easy to use network manager. It has compatibility with most VPN protocols, works with Eduroam etc. and also has multiple graphical interfaces. On top of this `dnsmasq` can be used for managing DNS queries. Before emerging them, consider adding some USE flags to your liking: ``` title="/etc/portage/package.use/network" -net-misc/networkmanager dhcpcd -wext -modemmanager -ppp +net-misc/networkmanager dhcpcd -wext -ppp net-dns/dnsmasq dnssec ```