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

This commit is contained in:
Graham Christensen
2022-04-07 15:28:28 -04:00
parent d99f301374
commit 555bc5335b
@@ -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