feat: add wintermute host as dedicated reverse proxy

Minimal LXC host importing only core.nix — no build toolchains, no
Home Manager. Caddy config migrated from alt with all existing vhosts
intact. Ready to clone from bootstrap template and deploy.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Alexander Wainwright 2026-04-11 10:55:46 +10:00
parent 28e7103375
commit 4c5a639720
3 changed files with 103 additions and 0 deletions

View file

@ -89,6 +89,14 @@
(mkHomeManagerConfig {})
];
};
wintermute = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [
./hosts/wintermute/configuration.nix
];
};
bootstrap = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };