feat: update README.md

This commit is contained in:
Ryan Yin
2023-06-12 11:47:31 +08:00
parent b99f77e0de
commit e2e75407c9
2 changed files with 6 additions and 2 deletions

View File

@@ -22,6 +22,12 @@ Nix allows for easy to manage, collaborative, reproducible deployments. This mea
**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/)!**
## Hosts
- `msi-rtx3090`: my main PC, with RTX 3090 GPU, with NixOS
- `harmonica`: my MacBook Pro 2020 13-inch, with macOS, for work
- `nixos-test`: my test machine, with NixOS
## How to Deploy this Flake?
> Note: you should NOT deploy this flake directly on your machine, it contains my hardware information and personal information which is not suitable for you. You may use this repo as a reference to build your own configuration.

View File

@@ -6,5 +6,3 @@
../../modules/darwin/core.nix
];
}