clanService/phonebox: phone and fax network built on yggdrasil with predefine number

This commit is contained in:
2025-12-05 12:12:01 +07:00
parent c9ec7371f2
commit 3a4253cb67
94 changed files with 5500 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
{ inputs, config, ... }:
{
nixpkgs.hostPlatform = {
system = "x86_64-linux";
};
system.stateVersion = "25.11";
clan.core.sops.defaultGroups = [ "admins" ];
clan.core.networking.targetHost = "root@[${config.clan.core.vars.generators.zerotier.files.zerotier-ip.value}]";
clan.meta.name = "neptune";
clan.meta.description = "Radxa SBC board for testing.";
}