From 6ff9c397c8d3db63ba6b28edbd040385be4a8160 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 29 Jul 2023 21:52:23 +0800 Subject: [PATCH] feat: update README --- README.md | 11 +---------- hosts/README.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 10 deletions(-) create mode 100644 hosts/README.md diff --git a/README.md b/README.md index c7b646e3..94bbd22c 100644 --- a/README.md +++ b/README.md @@ -63,16 +63,7 @@ Wallpapers: https://github.com/ryan4yin/wallpapers ## Hosts -```shell -› tree hosts -hosts -├── harmonica # my MacBook Pro 2020 13-inch, for work. -└── idols - ├── ai # my main computer, with NixOS + I5-13600KF + RTX 4090 GPU, for gaming & daily use. - ├── aquamarine # my NixOS virtual machine with R9-5900HX(8C16T), for distributed building & testing. - ├── kana # yet another NixOS vm on another physical machine with R5-5625U(6C12T). - └── ruby # another NixOS vm on another physical machine with R7-5825U(8C16T). -``` +See [./hosts](./hosts) for details. ## How to Deploy this Flake? diff --git a/hosts/README.md b/hosts/README.md new file mode 100644 index 00000000..84bd1da9 --- /dev/null +++ b/hosts/README.md @@ -0,0 +1,14 @@ +# Hosts + + +```shell +› tree hosts +hosts +├── harmonica # my MacBook Pro 2020 13-inch, for work. +└── idols + ├── ai # my main computer, with NixOS + I5-13600KF + RTX 4090 GPU, for gaming & daily use. + ├── aquamarine # my NixOS virtual machine with R9-5900HX(8C16T), for distributed building & testing. + ├── kana # yet another NixOS vm on another physical machine with R5-5625U(6C12T). + └── ruby # another NixOS vm on another physical machine with R7-5825U(8C16T). +``` +