forked from mirrors/nixpkgs
openstack-image-zfs: start copying the channel now that we've mostly got the expressions down
This commit is contained in:
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
|
||||
|
|
Loading…
Reference in a new issue