Files
infra/machines/adhil/configuration.nix
kurogeek 571ecd9aba mob next [ci-skip] [ci skip] [skip ci]
lastFile:machines/adhil/configuration.nix
2025-12-10 11:33:40 +07:00

14 lines
325 B
Nix

{ ... }:
{
nixpkgs.hostPlatform = {
system = "aarch64-linux";
};
system.stateVersion = "25.11";
clan.core.sops.defaultGroups = [ "admins" ];
# clan.core.networking.targetHost = "root@";
clan.meta.name = "almach";
clan.meta.description = "Radxa X4 SBC board for one of w phone network. (With w office)";
}