migrate nixos-container to microvm #28

Merged
kalipso merged 18 commits from microvm into master 2024-11-21 15:59:01 +01:00
Showing only changes of commit 100ddf2cd4 - Show all commits

View File

@@ -4,7 +4,6 @@ with lib;
let
cfg = config.services.malobeo.microvm;
hostsEmpty = length cfg.deployHosts == 0;
in
{
options = {
@@ -56,6 +55,8 @@ in
} ];
};
} // mkIf (!hostEmpty) {
# connect the vms to the bridge
networks."11-microvm" = {
matchConfig.Name = "vm-*";