From e2e75407c9190a15b70059b35b9e3c16ff02daef Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 12 Jun 2023 11:47:31 +0800 Subject: [PATCH] feat: update README.md --- README.md | 6 ++++++ hosts/harmonica/default.nix | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9ba6f54..55df4eda 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/hosts/harmonica/default.nix b/hosts/harmonica/default.nix index c04ee813..45610c37 100644 --- a/hosts/harmonica/default.nix +++ b/hosts/harmonica/default.nix @@ -6,5 +6,3 @@ ../../modules/darwin/core.nix ]; } - -