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:
parent
28e7103375
commit
4c5a639720
3 changed files with 103 additions and 0 deletions
|
|
@ -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; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue