fix infinite recursion
This commit is contained in:
parent
da52e4c695
commit
f42290bb1c
6 changed files with 110 additions and 165 deletions
|
@ -1,5 +1,5 @@
|
|||
{ lib, ... }: {
|
||||
imports = [ ../common/common.nix ../common/generic-lxc.nix ];
|
||||
imports = [ ../common ../common/generic-lxc.nix ];
|
||||
|
||||
proxmoxLXC = {
|
||||
manageNetwork = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue