feat: add project-composable DeepSeek Harness microVMs
Share the live project cwd, DSH home and skills read-write while running guest root behind rootless QEMU and Bubblewrap. Reuse project toolchains, expose configurable SSH-forwarded web access, and launch the latest official DSH. Include the project template, operating guide, offline boot and mount tests, and shell checks.
This commit is contained in:
@@ -39,6 +39,11 @@
|
||||
nixos = mkHost ./physical.nix; # This laptop's boot/storage/hardware
|
||||
};
|
||||
|
||||
templates.agent = {
|
||||
path = ./templates/agent;
|
||||
description = "Project toolchain + live-workspace DeepSeek Harness microVM";
|
||||
};
|
||||
|
||||
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt;
|
||||
packages.x86_64-linux.element-nightly = import ./element-nightly.nix {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
|
||||
Reference in New Issue
Block a user