feat: update README

This commit is contained in:
Ryan Yin
2023-07-29 21:52:23 +08:00
parent 033d50c738
commit 6ff9c397c8
2 changed files with 15 additions and 10 deletions

View File

@@ -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?

14
hosts/README.md Normal file
View File

@@ -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).
```