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