openstack-image-zfs: start copying the channel now that we've mostly got the expressions down

This commit is contained in:
Graham Christensen 2022-03-08 09:29:00 -05:00
parent d99f301374
commit 555bc5335b

View file

@ -3,7 +3,7 @@
{ config, lib, pkgs, ... }:
let
inherit (lib) mkOption types;
copyChannel = false;
copyChannel = true;
cfg = config.openstackImage;
imageBootMode = if config.openstack.efi then "uefi" else "legacy-bios";
in