mirror of
https://cgit.krebsco.de/krops
synced 2024-11-22 19:19:46 +01:00
README: better usecase for extraOptions
This commit is contained in:
parent
438d3f8738
commit
2ea0cdb99d
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ pkgs.krops.writeDeploy "deploy" {
|
|||
source = /* ... */;
|
||||
target = lib.mkTarget "user@host/path" // {
|
||||
extraOptions = [
|
||||
"-oLogLevel=DEBUG"
|
||||
"-o" "LogLevel=DEBUG"
|
||||
];
|
||||
sudo = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue