Refactor.

This commit is contained in:
Fern Garden 2025-07-08 22:26:33 +08:00
parent 69088478f0
commit 667f337363
14 changed files with 173 additions and 164 deletions

10
suites/lxc.nix Normal file
View file

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