Files
infra/machines/alpheratz/configuration.nix
kurogeek 2aec0f08ab mob next [ci-skip] [ci skip] [skip ci]
lastFile:machines/alpheratz/disko.nix
2025-12-03 11:48:57 +07:00

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.";
}