forked from kalipso/infrastructure
[fanny] setup as microvm host
This commit is contained in:
@@ -15,6 +15,7 @@ in
|
||||
../modules/autoupdate.nix
|
||||
inputs.self.nixosModules.malobeo.initssh
|
||||
inputs.self.nixosModules.malobeo.disko
|
||||
inputs.self.nixosModules.malobeo.microvm
|
||||
];
|
||||
|
||||
malobeo.autoUpdate = {
|
||||
@@ -51,6 +52,10 @@ in
|
||||
privateKeyFile = config.sops.secrets.wg_private.path;
|
||||
};
|
||||
|
||||
services.malobeo.microvm.enableHostBridge = true;
|
||||
services.malobeo.microvm.deployHosts = [ "infradocs" ];
|
||||
|
||||
|
||||
services.nginx.virtualHosts."docs.malobeo.org" = {
|
||||
locations."/".proxyPass = "http://10.0.0.11:9000";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user