rename machine type -> kind

This commit is contained in:
Pim Kunis 2024-02-29 20:13:28 +01:00
parent 45d9ab3cb7
commit 904098c877
6 changed files with 26 additions and 26 deletions

View file

@ -12,7 +12,7 @@ in
};
config = lib.mkIf cfg.enable {
lab.vm.shares = lib.mkIf (machine.type == "virtual") [{
lab.vm.shares = lib.mkIf (machine.kind == "virtual") [{
name = "docker";
mountPoint = "/var/lib/docker";
}];