This commit is contained in:
biscuit
2025-06-06 10:28:29 -05:00
parent 7f7cbe74f7
commit f7d3c7a7c4
5 changed files with 81 additions and 20 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
{
hostName = "192.168.68.81";
sshUser = "lsoriano";
sshKey = "~/.ssh/id_rsa";
sshKey = "/home/biscuit/.ssh/id_rsa.pub";
system = "x86_64-linux";
supportedFeatures = ["big-parallel" "kvm" "nixos-test"];
}