refactor: move optional modules to modules/optional/

- Move virtualbox-guest.nix and vscode-server.nix from modules/server/ to modules/optional/
- Create modules/optional/README.md with usage docs
- Update profiles/virtualbox.nix and profiles/wsl.nix import paths
- Update modules/server/README.md to reflect removal
- Update root README.md directory tree with optional/ entry
This commit is contained in:
luochen570
2026-05-26 13:15:58 +08:00
parent e3644993ec
commit d9b2204f19
7 changed files with 39 additions and 10 deletions

View File

@@ -0,0 +1,6 @@
{ ... }:
{
# VirtualBox Guest 增强支持
virtualisation.virtualbox.guest.enable = true;
virtualisation.virtualbox.guest.dragAndDrop = true;
}