diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-05-01 21:45:52 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-05-01 21:45:52 -0500 |
commit | dc1261d703ae1e1a14841b030888e3f87ff7c38f (patch) | |
tree | 71139c9021b09704b2d45be3b64d54e2acbae55f /content/blog/2022-12-23-alpine-desktop.md | |
parent | ba6b552c8256cc2e071c910ef7821c82443f1f82 (diff) | |
download | cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.tar.gz cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.tar.bz2 cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.zip |
prettier formatting and rewrap lines
Diffstat (limited to 'content/blog/2022-12-23-alpine-desktop.md')
-rw-r--r-- | content/blog/2022-12-23-alpine-desktop.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/blog/2022-12-23-alpine-desktop.md b/content/blog/2022-12-23-alpine-desktop.md index ee4b1a4..810f71d 100644 --- a/content/blog/2022-12-23-alpine-desktop.md +++ b/content/blog/2022-12-23-alpine-desktop.md @@ -59,7 +59,7 @@ For v3.17, the `repositories` file should look like this: nano /etc/apk/repositories ``` -``` conf +```conf #/media/sda/apks http://mirrors.gigenet.com/alpinelinux/v3.17/main http://mirrors.gigenet.com/alpinelinux/v3.17/community @@ -193,7 +193,7 @@ Then, I added the Wi-Fi entry to the bottom of the networking interface file: nano /etc/network/interfaces ``` -``` conf +```conf auto wlan0 iface wlan0 inet dhcp ``` @@ -215,7 +215,7 @@ Really, the solution was to enable the `NameResolvingService=resolvconf` in doas nano /etc/iwd/main.conf ``` -``` conf +```conf [Network] NameResolvingService=resolvconf @@ -248,7 +248,7 @@ sway. nano ~/.config/sway/config ``` -``` conf +```conf # Run pipewire audio server exec /usr/libexec/pipewire-launcher |