Files
infra/machines/adhil/configuration.nix
kurogeek fdd958d824 mob next [ci-skip] [ci skip] [skip ci]
lastFile:machines/adhil/configuration.nix
2025-12-10 11:23:48 +07:00

14 lines
317 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 )";
}