tests/syncthing: syncthing wrapper stubbing for darwin

This commit is contained in:
Austin Horstman
2025-03-08 21:30:15 -06:00
parent 15498b94ec
commit 68540fb775

View File

@@ -2,6 +2,10 @@
lib.mkMerge [
{
test.stubs.writers = {
extraAttrs.writeBash = (name: fn: "@syncthing-wrapper@");
};
services.syncthing = {
enable = true;
extraOptions = [ "-foo" ''-bar "baz"'' ];