From 555bc5335bf8dcec8e0562ca1bedc96efdc8fc80 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Tue, 8 Mar 2022 09:29:00 -0500 Subject: openstack-image-zfs: start copying the channel now that we've mostly got the expressions down --- nixos/maintainers/scripts/openstack/openstack-image-zfs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/maintainers') diff --git a/nixos/maintainers/scripts/openstack/openstack-image-zfs.nix b/nixos/maintainers/scripts/openstack/openstack-image-zfs.nix index 515cc5cb38b..d62a560642d 100644 --- a/nixos/maintainers/scripts/openstack/openstack-image-zfs.nix +++ b/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 -- cgit 1.4.1