Files
alo-cluster/common/lxc-node.nix
Petru Paler 264f43de50 WIP: Proxmox LXC config.
Includes some refactoring for tailscale and impermanence.
2024-09-24 17:18:12 +01:00

8 lines
94 B
Nix

{
imports = [
];
custom.tailscale.enable = false;
proxmoxLXC.manageNetwork = true;
}