aboutsummaryrefslogtreecommitdiff
path: root/blog/posts/2026-03-05-why-i-use-nixos.md
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-03-22 22:49:10 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-03-22 22:49:10 +0100
commit5bad12334d9032005b3468b3f523688964c31d50 (patch)
tree22f50074b98b27e99deef629c4da4a5d270a0ee6 /blog/posts/2026-03-05-why-i-use-nixos.md
parentc1fc8f206bff8647b3ae91acfb5d6a888cfde86c (diff)
Moved the blog and all of its adjacent things from ./blog to src/Pages/blog
Diffstat (limited to 'blog/posts/2026-03-05-why-i-use-nixos.md')
-rw-r--r--blog/posts/2026-03-05-why-i-use-nixos.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/blog/posts/2026-03-05-why-i-use-nixos.md b/blog/posts/2026-03-05-why-i-use-nixos.md
deleted file mode 100644
index 3b70f79..0000000
--- a/blog/posts/2026-03-05-why-i-use-nixos.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# Why do I use NixOS?
-I've been daily driving Linux for aboutt 3 maybe 4 years. In that time I've done my fair share of distro hopping. Starting out with [Fedora](https://fedoraproject.org/), then switching to [Arch](archlinux.org) where I've stayed for a pretty long time. Most of my linux journey actually.
-
-It was lightweight, it was fast and it was exactly what I wanted because I made it. It even forced me to learn a lot about GNU/Linux and operating systems in general. I loved it. But I was prone to tinkering. Slowly, the system became more and more bloated with tiny little leftovers from my experiments which, as they piled up led to dependency hell and pretty bad instability.
-
-Another thing that I missed, was reproducibility. If I reinstall my OS, or switch computers anything. I'd have to spend hours reconfiguring everything. I tried writing ash scripts to help with this but that never worked out.
-
-But recently I've heard of NixOS. Described as the *secret final boss of Linux* with a learning curve steeper than Arch. But the things it promised. All of the benefits of the DIY of Arch without any of the downsides. Perfect reproducibility, no dependency hell (NixOS can have multiple versions of the same package at the same time.) stability rivaling that of Debian. Automatic generations and easy rollbacks when something does break. It was truly the promised land.
-
-I'll write about my configuration and how I actually use NixOS next time since its a giant thing that took me a year of dailying to figure out.