Get openstack working again
Some checks failed
/ systems (push) Successful in 8m26s
/ dev-shell (push) Successful in 2m4s
/ rust-packages (push) Successful in 5m2s
/ terraform-providers (push) Successful in 10m59s
/ check (push) Failing after 6m4s

Also first instance of getting server up with working certificate
right away, through cloud user data.
This commit is contained in:
Kaare Hoff Skovgaard 2025-07-10 00:51:28 +02:00
parent 608d758f30
commit 459b45ccc5
Signed by: khs
GPG key ID: C7D890804F01E9F0
6 changed files with 21 additions and 19 deletions

View file

@ -17,13 +17,13 @@ in
};
config = lib.mkIf cfg.enable {
disko = lib.mkDefault (
lib.khscodes.disko-root-bios {
lib.khscodes.disko-root-lvm-bios {
device = "/dev/sda";
diskName = cfg.diskName;
}
);
boot.loader.grub.efiSupport = false;
boot.loader.timeout = 1;
# khscodes.virtualisation.qemu-guest.enable = true;
khscodes.virtualisation.qemu-guest.enable = true;
};
}