Run formatter
This commit is contained in:
parent
5895f4beb1
commit
99056c9f32
4 changed files with 16 additions and 12 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue