14 lines
316 B
Nix
14 lines
316 B
Nix
{ config, ... }:
|
|
{
|
|
nixpkgs.hostPlatform = {
|
|
system = "x86_64-linux";
|
|
};
|
|
system.stateVersion = "25.11";
|
|
clan.core.sops.defaultGroups = [ "admins" ];
|
|
# clan.core.networking.targetHost = "root@";
|
|
|
|
clan.meta.name = "mirach";
|
|
clan.meta.description = "Radxa X4 SBC board for one of w phone network.";
|
|
|
|
}
|