diff options
| author | Christian Cleberg <[email protected]> | 2024-05-01 21:45:52 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-05-01 21:45:52 -0500 |
| commit | 7d3b5175f2d9d016b06190273fcfeb380a460b3f (patch) | |
| tree | 71139c9021b09704b2d45be3b64d54e2acbae55f /content/blog/2022-12-23-alpine-desktop.md | |
| parent | 7c70a351e25106ceff49ff8ee0a38e2a545f62f0 (diff) | |
| download | cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.tar.gz cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.tar.bz2 cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.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 |
