feat: add my nixos guide post into README

This commit is contained in:
ryan4yin
2023-05-11 15:37:36 +08:00
parent 42c24dbb6f
commit abb7c84675

View File

@@ -16,6 +16,7 @@ This repository is home to the nix code that builds my systems.
Nix allows for easy to manage, collaborative, reproducible deployments. This means that once something is setup and configured once, it works forever. If someone else shares their configuration, anyone can make use of it.
Want to know Nix in details? Looking for a beginner-friendly tutorial? Check out [NixOS & Nix Flakes - A Guide for Beginners](https://thiscute.world/en/posts/nixos-and-flake-basics/)!
## How to Deploy this Flake?