| 27 Sep 2022 |
@v0id:nltrix.net | wow | 12:48:32 |
@grahamc:nixos.org | what does /queue-runner-status say? | 12:48:33 |
@v0id:nltrix.net | wierd. | 12:48:35 |
@v0id:nltrix.net | lol | 12:49:17 |
@v0id:nltrix.net | exactly as you've pointed. | 12:49:25 |
@v0id:nltrix.net |
"mandatoryFeatures" : [ "c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSVA2RXg4bmc4QUNhWGRXL1lML0pZcS9VbE8yYm1ZRkVVNndLV2xNOGtJQXcgcm9vdEBhYmVsCg==" ],
| 12:49:31 |
@grahamc:nixos.org | "neat" :) | 12:49:35 |
@v0id:nltrix.net | mandatoryfeatures is publickey | 12:49:38 |
@grahamc:nixos.org | very secure | 12:49:44 |
@v0id:nltrix.net | lol | 12:49:48 |
@v0id:nltrix.net | but how come this happened I've generate it via the module | 12:50:05 |
@v0id:nltrix.net | let me see. | 12:50:08 |
@v0id:nltrix.net | 225 nix.buildMachines = [{
226 hostName = "localhost";
227 systems = ["x86_64-linux" "aarch64-linux" "armv6l-linux" "armv7l-linux" "i686-linux"];
228 #system = "x86_64-linux";
229 supportedFeatures = ["kvm" "nixos-test" "big-parallel" "benchmark"];
230 maxJobs = 16;
231 sshUser = "nix-abel"; #"nix-ikeda";
232 sshKey = "key-path";
233 publicHostKey = "key material";
234 }];
| 12:50:43 |
@v0id:nltrix.net | this generates a bogus machines file then. | 12:50:51 |
@grahamc:nixos.org | interesting, I didn't know the nix.buildMachines interface supported publicHostKey | 12:51:09 |
@v0id:nltrix.net | it does I've learned yday | 12:51:20 |
@v0id:nltrix.net | while looking for solns | 12:51:23 |
@grahamc:nixos.org | cool | 12:51:27 |
@grahamc:nixos.org | sounds like mandatoryFeatures should default to ["-"] then :) | 12:51:36 |
@v0id:nltrix.net | let me try. | 12:51:43 |
@v0id:nltrix.net | grahamc (he/him): thnx graham, I appreciate it, I owe you a beer now. | 12:57:30 |
@grahamc:nixos.org | 🍻 | 12:57:46 |
@grahamc:nixos.org | I'd happily forgive the beer if you send a PR fixing mandatoryFeatures :) | 12:58:14 |
@v0id:nltrix.net | Ok i'll let you know, hvant read the module yet. | 12:58:45 |
@v0id:nltrix.net | one q: | 12:59:05 |
@v0id:nltrix.net | ssh://nix-abel@localhost x86_64-linux,aarch64-linux,armv6l-linux,armv7l-linux,i686-linux key-path 16 1 kvm,nixos-test,big-parallel,benchmark,- - public-key-material
| 12:59:34 |
@v0id:nltrix.net | it is now like this, is it ok to have - in the supported features? | 12:59:51 |
@v0id:nltrix.net | I think it concats supp+mand and puts intol supp. | 13:00:04 |
@v0id:nltrix.net | or should we remove -? | 13:00:36 |
@v0id:nltrix.net | * or should we filter -? | 13:00:43 |