machines/alasia: headscale server

This commit is contained in:
2026-05-15 18:00:31 +07:00
parent 47c4f3143e
commit 8e085211f7
34 changed files with 2409 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
{
clan.core.settings.machine.description = "VM machine to host headplane instance";
nixpkgs.hostPlatform = {
system = "x86_64-linux";
};
networking.firewall.allowedTCPPorts = [
80
443
];
system.stateVersion = "25.11";
clan.core.sops.defaultGroups = [ "admins" ];
}