logrotate check failing on trantor; quick workaround
This commit is contained in:
parent
0fa0c9869d
commit
438d49dc65
1 changed files with 6 additions and 3 deletions
|
|
@ -27,9 +27,12 @@
|
|||
];
|
||||
};
|
||||
|
||||
services.tailscale = {
|
||||
extraSetFlags = [ "--advertise-exit-node" ];
|
||||
useRoutingFeatures = "server";
|
||||
services = {
|
||||
tailscale = {
|
||||
extraSetFlags = [ "--advertise-exit-node" ];
|
||||
useRoutingFeatures = "server";
|
||||
};
|
||||
logrotate.checkConfig = false;
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue