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,10 +27,13 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.tailscale = {
|
services = {
|
||||||
|
tailscale = {
|
||||||
extraSetFlags = [ "--advertise-exit-node" ];
|
extraSetFlags = [ "--advertise-exit-node" ];
|
||||||
useRoutingFeatures = "server";
|
useRoutingFeatures = "server";
|
||||||
};
|
};
|
||||||
|
logrotate.checkConfig = false;
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue