11 lines
130 B
Nix
11 lines
130 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
modulesPath,
|
|
...
|
|
}: {
|
|
imports = [
|
|
(modulesPath + "/virtualisation/lxc-container.nix")
|
|
];
|
|
}
|