Files
alo-cluster/hosts/kopia-lxc/default.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
110 B
Nix

{
imports = [
../../common/global
../../common/lxc-node.nix
];
networking.hostName = "kopia";
}