From d8ee91cb54c267a5a119d59746e80ca61015775e Mon Sep 17 00:00:00 2001 From: Jaka Hudoklin Date: Fri, 12 Dec 2014 20:28:01 +0100 Subject: nixos: container profile, fix a few things --- nixos/release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/release.nix') diff --git a/nixos/release.nix b/nixos/release.nix index efc49adce463..12dd81f89707 100644 --- a/nixos/release.nix +++ b/nixos/release.nix @@ -214,7 +214,7 @@ in rec { }); # Provide container tarball for lxc, libvirt-lxc, docker-lxc, ... - container_tarball = forAllSystems (system: makeSystemTarball { + containerTarball = forAllSystems (system: makeSystemTarball { module = ./modules/virtualisation/lxc-container.nix; inherit system; }); -- cgit 1.4.1