Skip to content

Commit 64ed942

Browse files
committed
fix: Text formatting
1 parent 980232b commit 64ed942

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

blog/posts/nixos-on-framework-desktop.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ tags: ["nixos", "nix", "computer", "framework"]
66
cover: "/assets/images/posts/nixos-on-framework-desktop/cover.webp"
77
custom:
88
summary: |
9-
Hi, it's been a while (again). I've been feeling better over the past few weeks.
10-
Coincidentally, my Framework Desktop finally arrived. It's a cute lil machine
11-
that I really love. Like any other machine I get my hands on (except macbooks
12-
lol), I install NixOS in it!
9+
Hi, it's been a while (again). I've been feeling better over the past few weeks. Coincidentally, my Framework Desktop finally arrived. It's a cute lil machine that I really love. Like any other machine I get my hands on (except macbooks lol), I install NixOS in it!
1310
1411
---
1512

@@ -115,22 +112,22 @@ your SSID, and connect to it.
115112
> add_network
116113
0
117114
<3>CTRL-EVENT-NETWORK-ADDED 0
118-
> set_network 0 ssid "<YOUR_SSID_NAME_HERE>"
115+
> set_network 0 ssid "YOUR_SSID_NAME_HERE"
119116
OK
120-
> set_network 0 psk "<YOUR_WIFI_PASSWORD_HERE>"
117+
> set_network 0 psk "YOUR_WIFI_PASSWORD_HERE"
121118
OK
122119
> enable_network 0
123120
OK
124121
<3>CTRL-EVENT-SCAN-STARTED
125122
<3>CTRL-EVENT-SCAN-RESULTS
126123
<3>WPS-AP-AVAILABLE
127-
<3>SME: Trying to authenticate with <MAC_ADDRESS> (SSID='<SSID_NAME' freq=5500 MHz)
128-
<3>Associated with <MAC_ADDRESS>
124+
<3>SME: Trying to authenticate with YOUR_ROUTER_MAC_ADDRESS (SSID='YOUR_SSID_NAME' freq=5500 MHz)
125+
<3>Associated with YOUR_ROUTER_MAC_ADDRESS
129126
<3>CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
130-
<3>CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=<COUNTRY_CODE>
127+
<3>CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=YOUR_COUNTRY_CODE
131128
<3>Channel list changed: 6 GHz was enabled
132-
<3>WPA: Key negotiation completed with <MAC_ADDRESS> [PKT=CCMP GTK=CCMP]
133-
<3>CTRL-EVENT-CONNECTED - Connection to <MAC_ADDRESS> completed [id=0 id_str=]
129+
<3>WPA: Key negotiation completed with YOUR_ROUTER_MAC_ADDRESS [PKT=CCMP GTK=CCMP]
130+
<3>CTRL-EVENT-CONNECTED - Connection to YOUR_ROUTER_MAC_ADDRESS completed [id=0 id_str=]
134131
> ping google.com
135132
PONG
136133
```
@@ -671,6 +668,8 @@ configuration once. After this, it's best you keep it somewhere easily accessibl
671668
(like GitHub) so that you can download it, and just run the disk partitioning,
672669
and OS install.
673670

671+
I also like that there aren't as much "imperative" steps to setting up NixOS.
672+
674673
---
675674

676675
So below are the complete files for `flake.nix`, `configuration.nix`, and `disk-config.nix`.

0 commit comments

Comments
 (0)