5 lines
101 B
Nix
5 lines
101 B
Nix
{ modulesPath, ... }: {
|
|
imports = [
|
|
(modulesPath + "/virtualisation/lxc-container.nix")
|
|
];
|
|
}
|