Files
luochen570 b2baaa5f5f chore: upgrade nixpkgs/home-manager to 26.05 and re-lock
- nixpkgs: nixos-25.05 -> nixos-26.05 (rev 70cc4559)
- home-manager: release-25.05 -> release-26.05
- fix 26.05 breaking changes: fcitx5-configtool/fcitx5-chinese-addons rename,
  resolved.extraConfig -> settings.Resolve, amdvlk removed (RADV default),
  desktop: import missing hardware-configuration.nix
- home/git.nix: migrate deprecated userName/extraConfig to settings
2026-08-13 04:17:18 +08:00
..
2026-03-01 19:38:51 +08:00
2026-03-01 19:38:51 +08:00
2026-03-01 19:38:51 +08:00

🖥️ hosts 目录说明

主机入口层。每台主机目录固定为三文件结构:

  • default.nix:统一入口,导入 configuration.nix
  • configuration.nix主机配置profile + hostName + 机器项)
  • README.md:目录说明

🌲 目录树

🖥️ hosts
├─ 🧑‍💻 desktop/
│  ├─ 🧩 default.nix
│  ├─ ⚙️ configuration.nix
│  └─ 📝 README.md
├─ 🗄️ server/
│  ├─ 🧩 default.nix
│  ├─ ⚙️ configuration.nix
│  └─ 📝 README.md
└─ 📦 virtualbox/
   ├─ 🧩 default.nix
   ├─ ⚙️ configuration.nix
   ├─ 🧱 hardware-configuration.nix
   └─ 📝 README.md

rn