luochen570 3659dc3e50 modified: .sops.yaml
modified:   flake.nix
	modified:   home/git.nix
	modified:   home/nvchad.nix
	modified:   home/ssh.nix
	modified:   home/zsh.nix
	new file:   hosts/virtualbox/README.md
	new file:   hosts/virtualbox/configuration.nix
	new file:   hosts/virtualbox/default.nix
	new file:   hosts/virtualbox/hardware-configuration.nix
	modified:   lib/hosts.nix
	modified:   modules/core/README.md
	new file:   modules/core/core.nix
	modified:   modules/core/default.nix
	new file:   modules/core/pkg.nix
	modified:   modules/core/sops.nix
	modified:   modules/desktop/README.md
	modified:   modules/desktop/apps.nix
	modified:   modules/desktop/default.nix
	new file:   modules/desktop/fcitx5.nix
	new file:   modules/desktop/pkg.nix
	modified:   modules/server/README.md
	modified:   modules/server/default.nix
	modified:   modules/server/docker.nix
	new file:   modules/server/pkg.nix
	modified:   modules/server/ssh.nix
	new file:   modules/server/virtualbox-guest.nix
	new file:   modules/server/vscode-server.nix
	modified:   modules/wsl/configuration.nix
	new file:   profiles/virtualbox.nix
	modified:   profiles/wsl.nix
	modified:   secrets/users/README.md
	modified:   secrets/users/luochen570.enc.yaml.example
2026-02-28 10:21:32 +08:00
2026-02-28 10:21:32 +08:00
2026-02-28 10:21:32 +08:00
2026-02-28 10:21:32 +08:00
2026-02-28 10:21:32 +08:00
2026-02-27 23:58:08 +08:00
2026-02-28 10:21:32 +08:00
2026-02-28 10:21:32 +08:00
2026-02-27 23:58:08 +08:00
2026-02-28 10:21:32 +08:00
2026-02-28 10:21:32 +08:00
2026-02-27 23:58:08 +08:00

📦 nixos 配置仓库

基于 Flake 的 NixOS 多主机配置。

🌲 目录树

📦 nixos
├─ 🏠 home/         # Home Manager 用户配置default.nix 聚合)
├─ 🖥️ hosts/        # 主机入口
├─ 🧩 lib/          # 公共函数mkHost
├─ 🧱 modules/      # 系统模块core/server/wsl
├─ 🎨 overlays/     # 包覆盖
├─ 📚 profiles/     # 场景组合desktop/server/wsl
└─ 🔐 secrets/      # sops 密钥模板与密文

🔗 引用关系

flake.nix -> lib/hosts.nix + lib/mkHost.nix -> hosts/* + profiles/* -> modules/*/default.nix -> 子模块

Description
No description provided
Readme 102 KiB
Languages
Nix 100%