Files
luochen570 ab4d5e1924 refactor: gate ssh sops symlinks, follow nixos-wsl, fix CRLF
- home/ssh.nix: only create /run/secrets symlinks when secrets exist
- flake.nix: nixos-wsl explicit nixpkgs follows
- fix CRLF line endings: nvchad.nix, virtualbox-guest.nix, docker.nix
2026-08-13 04:17:18 +08:00
..

📦 modules/optional

选装模块目录——非默认启用,按需在 profile 中引用。

🌲 目录树

📦 modules/optional
├─ 📦 virtualbox-guest.nix  # VirtualBox Guest 增强(加入 wheel 组、拖拽支持)
├─ 🧠 vscode-server.nix     # VS Code Server + direnv + nix-ld
└─ 📝 README.md

用法

在对应 profile 或 host 配置中添加 import

imports = [
  ../modules/optional/virtualbox-guest.nix
  ../modules/optional/vscode-server.nix
];