fix(ops/modules): remove cloud-init from yandex-cloud module
cloud-init stopped working for unknown reasons, enabling it will break DHCP and SSH, and make the image inaccessible. This means that access needs to be provided by baking keys into the image instead. Change-Id: Ib8d32a02d0a8ea61d75921f147349d73a27ef751 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9572 Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
1629f3064f
commit
713a70d154
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ in
|
|||
systemd.services."serial-getty@ttyS0".enable = true;
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.cloud-init.enable = true;
|
||||
|
||||
system.build.yandexCloudImage = import (pkgs.path + "/nixos/lib/make-disk-image.nix") {
|
||||
inherit lib config pkgs;
|
||||
|
|
Loading…
Reference in a new issue