14 lines
330 B
Nix
14 lines
330 B
Nix
{ ... }:
|
|
{
|
|
nixpkgs.hostPlatform = {
|
|
system = "aarch64-linux";
|
|
};
|
|
system.stateVersion = "25.11";
|
|
clan.core.sops.defaultGroups = [ "admins" ];
|
|
# clan.core.networking.targetHost = "root@";
|
|
|
|
clan.meta.name = "adhil";
|
|
clan.meta.description = "Raspberry Pi 4 SBC board for one of w phone network. (With w office)";
|
|
|
|
}
|