From deb28cf0b1af905f007a9219e1e11da6859faede Mon Sep 17 00:00:00 2001 From: Jaka Hudoklin Date: Thu, 11 Dec 2014 22:58:17 +0100 Subject: nixos: container tarball release - Create container nixos profile - Create lxc-container nixos config using container nixos profile - Docker nixos image, use nixos profile for its base config --- nixos/release.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nixos/release.nix') diff --git a/nixos/release.nix b/nixos/release.nix index b0932c318c9..efc49adce46 100644 --- a/nixos/release.nix +++ b/nixos/release.nix @@ -213,6 +213,12 @@ in rec { inherit system; }); + # Provide container tarball for lxc, libvirt-lxc, docker-lxc, ... + container_tarball = forAllSystems (system: makeSystemTarball { + module = ./modules/virtualisation/lxc-container.nix; + inherit system; + }); + /* system_tarball_fuloong2f = assert builtins.currentSystem == "mips64-linux"; -- cgit 1.4.1