14 lines
394 B
Nix
14 lines
394 B
Nix
{ 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.";
|
|
|
|
}
|