mob next [ci-skip] [ci skip] [skip ci]

lastFile:machines/alpheratz/disko.nix
This commit is contained in:
2025-12-03 11:48:57 +07:00
parent 5ecff1bc9e
commit 2aec0f08ab
2 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{ 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.core.meta.name = "alpheratz";
clan.core.meta.description = "Radxa SBC board for one of w phone network.";
}