From 7ac993f61ee1805bcbe64ccfb0dc564d24939d0c Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 20 Nov 2021 22:10:35 +0100 Subject: [PATCH] nixos-module/server/lxc-containers: fix scope --- nix/nixos-module/server/lxc-containers.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixos-module/server/lxc-containers.nix b/nix/nixos-module/server/lxc-containers.nix index 04b1c46..630a8d2 100644 --- a/nix/nixos-module/server/lxc-containers.nix +++ b/nix/nixos-module/server/lxc-containers.nix @@ -218,7 +218,7 @@ in ''; }; }) { - "lxc/common.conf".source = "${lxc}/share/lxc/config/common.conf"; + "lxc/common.conf".source = "${pkgs.lxc}/share/lxc/config/common.conf"; } (builtins.attrNames containers); # Systemd service template for LXC containers