Files
nixos/modules/server/README.md
luochen570 575529f159 modified: README.md
modified:   modules/server/README.md
	new file:   modules/server/lxc-ssh.nix
	modified:   profiles/lxc.nix
2026-05-27 07:02:37 +08:00

20 lines
631 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 🗄️ modules/server
服务器专用核心模块(所有服务器主机默认启用)。
## 🌲 目录树
```text
🗄️ modules/server
├─ 📦 default.nix # 聚合入口
├─ 🔐 ssh.nix # OpenSSH 参数
├─ 🔐 lxc-ssh.nix # LXC OpenSSH 覆盖参数
├─ 🐳 docker.nix # Docker 与清理策略
└─ 📝 README.md
```
## 可选模块
选装模块已移至 `modules/optional/`
- `virtualbox-guest.nix` — VirtualBox Guest 增强配置(用于 virtualbox profile
- `vscode-server.nix` — VS Code Server + direnv + nix-ld用于 wsl/virtualbox profile