feat: Added stuff

This commit is contained in:
uttarayan21
2025-06-24 00:15:13 +05:30
parent 7702946c5f
commit 80d53cc79e
9 changed files with 49 additions and 10 deletions

7
builders/xatu.nix Normal file
View File

@@ -0,0 +1,7 @@
{
hostName = "rpi";
sshUser = "remotebuilder";
system = "aarch64-linux";
protocol = "ssh-ng";
supportedFeatures = ["benchmark" "big-parallel" "kvm"];
}