flock/suites/lxc.nix

6 lines
114 B
Nix

{modulesPath, ...}: {
imports = [
(modulesPath + "/virtualisation/proxmox-lxc.nix")
./server.nix
];
}