Clean up config & add comments.
This commit is contained in:
parent
b504700e61
commit
c2fc35e12d
18 changed files with 162 additions and 114 deletions
6
suites/server/lxc/default.nix
Normal file
6
suites/server/lxc/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{modulesPath, ...}: {
|
||||
imports = [
|
||||
(modulesPath + "/virtualisation/proxmox-lxc.nix")
|
||||
../. # Server config.
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue