mirror of
https://cgit.krebsco.de/krops
synced 2024-11-23 03:29:48 +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 = /* ... */;
|
source = /* ... */;
|
||||||
target = lib.mkTarget "user@host/path" // {
|
target = lib.mkTarget "user@host/path" // {
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"-oLogLevel=DEBUG"
|
"-o" "LogLevel=DEBUG"
|
||||||
];
|
];
|
||||||
sudo = true;
|
sudo = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue