WIP: Proxmox LXC config.

Includes some refactoring for tailscale and impermanence.
This commit is contained in:
2024-09-24 17:18:12 +01:00
parent 90a2c54664
commit 264f43de50
6 changed files with 87 additions and 7 deletions

7
common/lxc-node.nix Normal file
View File

@@ -0,0 +1,7 @@
{
imports = [
];
custom.tailscale.enable = false;
proxmoxLXC.manageNetwork = true;
}