Run formatter

This commit is contained in:
Toast 2024-12-15 15:43:36 +01:00
parent 5895f4beb1
commit 99056c9f32
4 changed files with 16 additions and 12 deletions

View file

@ -44,11 +44,13 @@
builtins.removeAttrs rawOptions missingOptions
);
in {
services.syncthing = removeMissingOptions systemConfig // {
enable = true;
# Renamed options
allProxy = systemConfig.all_proxy;
extraOptions = systemConfig.extraFlags;
};
services.syncthing =
removeMissingOptions systemConfig
// {
enable = true;
# Renamed options
allProxy = systemConfig.all_proxy;
extraOptions = systemConfig.extraFlags;
};
};
}