From f92657832afca7051a783352dc5fb0fa6c64515f Mon Sep 17 00:00:00 2001 From: C4 Patino Date: Sat, 30 May 2026 22:41:33 -0500 Subject: [PATCH] docs: update list of existing environments with tsuki and removed tobira --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 22c3fed..418e65d 100755 --- a/README.md +++ b/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 structure. -| System | Architecture | Description | -|-------------|------------------|---------------------------------------------| -| 🧠 arisu | `x86_64-linux` | primary development tower, custom built | -| 💖 kokoro | `x86_64-linux` | thinkBook 15 laptop, mobile development | -| 🌸 shiori | `x86_64-linux` | always-on mini pc, quiet and stable host | -| 🐣 chibi | `aarch64-linux` | raspberry Pi 4B for hosting and local dev | -| 🚪 tobira | `x86_64-linux` | hetzner cloud VPS for outside communication | -| ✨ hikari | `x86_64-linux` | custom installer iso, new systems and VMs | +| System | Architecture | Description | +|-------------|------------------|--------------------------------------------------| +| 🧠 arisu | `x86_64-linux` | primary development tower, custom built | +| 🌙 tsuki | `x86_64-linux` | 4U ATX rack server, networking and core services | +| 💖 kokoro | `x86_64-linux` | thinkBook 15 laptop, mobile development | +| 🌸 shiori | `x86_64-linux` | always-on mini pc, torrents and DNS services | +| 🐣 chibi | `aarch64-linux` | raspberry Pi 4B for hosting and local dev | +| ✨ hikari | `x86_64-linux` | custom installer iso, new systems and VMs | ## Repository Structure @@ -64,7 +64,7 @@ sudo zfs snapshot zroot/root@blank sudo cp ~/dotfiles /mnt/persist # Install NixOS with the configuration for your system -# Replace with one of: arisu, kokoro, shiori, chibi, tobira +# Replace with one of: arisu, kokoro, shiori, chibi, tsuki sudo nixos-install --root /mnt --flake ~/dotfiles# --option extra-experimental-features "flakes nix-command pipe-operators" ```