docs: update list of existing environments with tsuki and removed tobira
All checks were successful
ci / treefmt (push) Successful in 9m12s
All checks were successful
ci / treefmt (push) Successful in 9m12s
This commit is contained in:
parent
b9e6c6d40d
commit
f92657832a
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
|
@ -11,14 +11,14 @@ refining an existing setup, ゆめあみ brings what I believe to be the best
|
||||||
practices in NixOS configuration management, unified under a single, cohesive
|
practices in NixOS configuration management, unified under a single, cohesive
|
||||||
structure.
|
structure.
|
||||||
|
|
||||||
| System | Architecture | Description |
|
| System | Architecture | Description |
|
||||||
|-------------|------------------|---------------------------------------------|
|
|-------------|------------------|--------------------------------------------------|
|
||||||
| 🧠 arisu | `x86_64-linux` | primary development tower, custom built |
|
| 🧠 arisu | `x86_64-linux` | primary development tower, custom built |
|
||||||
| 💖 kokoro | `x86_64-linux` | thinkBook 15 laptop, mobile development |
|
| 🌙 tsuki | `x86_64-linux` | 4U ATX rack server, networking and core services |
|
||||||
| 🌸 shiori | `x86_64-linux` | always-on mini pc, quiet and stable host |
|
| 💖 kokoro | `x86_64-linux` | thinkBook 15 laptop, mobile development |
|
||||||
| 🐣 chibi | `aarch64-linux` | raspberry Pi 4B for hosting and local dev |
|
| 🌸 shiori | `x86_64-linux` | always-on mini pc, torrents and DNS services |
|
||||||
| 🚪 tobira | `x86_64-linux` | hetzner cloud VPS for outside communication |
|
| 🐣 chibi | `aarch64-linux` | raspberry Pi 4B for hosting and local dev |
|
||||||
| ✨ hikari | `x86_64-linux` | custom installer iso, new systems and VMs |
|
| ✨ hikari | `x86_64-linux` | custom installer iso, new systems and VMs |
|
||||||
|
|
||||||
## Repository Structure
|
## Repository Structure
|
||||||
|
|
||||||
|
|
@ -64,7 +64,7 @@ sudo zfs snapshot zroot/root@blank
|
||||||
sudo cp ~/dotfiles /mnt/persist
|
sudo cp ~/dotfiles /mnt/persist
|
||||||
|
|
||||||
# Install NixOS with the configuration for your system
|
# Install NixOS with the configuration for your system
|
||||||
# Replace <system-name> with one of: arisu, kokoro, shiori, chibi, tobira
|
# Replace <system-name> with one of: arisu, kokoro, shiori, chibi, tsuki
|
||||||
sudo nixos-install --root /mnt --flake ~/dotfiles#<system-name> --option extra-experimental-features "flakes nix-command pipe-operators"
|
sudo nixos-install --root /mnt --flake ~/dotfiles#<system-name> --option extra-experimental-features "flakes nix-command pipe-operators"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue