README: better usecase for extraOptions

This commit is contained in:
lassulus 2021-02-16 17:13:33 +01:00
parent 438d3f8738
commit 2ea0cdb99d
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ pkgs.krops.writeDeploy "deploy" {
source = /* ... */;
target = lib.mkTarget "user@host/path" // {
extraOptions = [
"-oLogLevel=DEBUG"
"-o" "LogLevel=DEBUG"
];
sudo = true;
};