diff options
Diffstat (limited to 'blog')
-rw-r--r-- | blog/butter.md | 7 | ||||
-rw-r--r-- | blog/conseq.md | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/blog/butter.md b/blog/butter.md index 40c188c..ac25e32 100644 --- a/blog/butter.md +++ b/blog/butter.md @@ -1,10 +1,11 @@ +++ -rss = "Reinstalling and backing up NixOS on Btrfs+tmpfs" +rss = "How I reinstalled NixOS on Btrfs with an amnesiac root + and backed up my data" date = Date(2021, 11, 14) +++ @def tags = ["fun", "nixos", "btrfs", "tmpfs", "backup", "luks"] -# Reinstalling and backing up NixOS on Btrfs+tmpfs +# NixOS on Btrfs+tmpfs In 2018, dad bought me a new laptop to replace the good ole Compaq nx7010 whose screen unfortunately got infected by some sort of microbe and dieded @@ -28,7 +29,7 @@ for months so it was time to let it go: ![Elsa rolling on the floor crying](/assets/let-it-go.png) -In addition, I wanted to jump on the new and shinny[^new] train of Btrfs. +In addition, I wanted to hop on the new and shinny[^new] train of Btrfs. It has compression, snapshots and subvolumes, what's not to love? Let's replace something I'd been using for nearly a decade with a file system I had absolutely zero experience with, what could possibly go wrong, right? diff --git a/blog/conseq.md b/blog/conseq.md index 27dada3..1891522 100644 --- a/blog/conseq.md +++ b/blog/conseq.md @@ -251,7 +251,7 @@ def power_series(c, start=0, a=0): ``` We can use this to compute functions that can be written as -[Taylor series]: +[Taylor series][]: ```python from math import factorial |