Get openstack working again
Also first instance of getting server up with working certificate right away, through cloud user data.
This commit is contained in:
parent
608d758f30
commit
459b45ccc5
6 changed files with 21 additions and 19 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue