fix: run other k3s clusters as kubevirt quests, use the interface provided by kubevirt

This commit is contained in:
Ryan Yin
2024-03-31 23:58:38 +08:00
parent 7486e75016
commit c628eaa6c8
38 changed files with 111 additions and 130 deletions
@@ -27,7 +27,8 @@
services.qemuGuest.enable = true;
services.openssh.enable = true;
services.cloud-init.enable = true;
# we configure the host via nixos itself, so we don't need the cloud-init
services.cloud-init.enable = false;
systemd.services."serial-getty@ttyS0".enable = true;
};
}