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

main
Graham Christensen 2 years ago
parent d99f301374
commit 555bc5335b
  1. 2
      nixos/maintainers/scripts/openstack/openstack-image-zfs.nix

@ -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

Loading…
Cancel
Save