nixos-module/server/lxc-containers: fix scope

This commit is contained in:
Astro 2021-11-20 22:10:35 +01:00
parent 9900b9af5e
commit 7ac993f61e
1 changed files with 1 additions and 1 deletions

View File

@ -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