10 lines
No EOL
119 B
Nix
10 lines
No EOL
119 B
Nix
{
|
|
modulesPath,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
(modulesPath + "/virtualisation/proxmox-lxc.nix")
|
|
./server.nix
|
|
];
|
|
} |