Update README.md

This commit is contained in:
matthewcroughan 2022-06-02 00:18:44 +01:00
parent 949e4f41b8
commit ea61a38231

View file

@ -32,7 +32,7 @@ Below is a minimal example:
host = "itchy.scratchy.com";
sshUser = "matthew";
buildOn = "remote"; # valid args are "local" or "remote"
hermetic = false;
hermetic = false;
};
}
# ... other configuration ...