diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -80,6 +80,10 @@ configuration: sshUser = "yourUserName"; sshKey = "/path/to/your/private/key"; system = "x86_64-linux"; + supportedFeatures = [ + "x86_64-linux" + "big-parallel" + ]; } ]; }; |