statix: fix bugs with inherit
now I know better what it does.
This commit is contained in:
@@ -105,10 +105,7 @@ in {
|
||||
];
|
||||
|
||||
services.syncthing = {
|
||||
inherit (cfg.enable);
|
||||
inherit (cfg.user);
|
||||
inherit (cfg.group);
|
||||
inherit (cfg.dataDir);
|
||||
inherit (cfg) enable user group dataDir;
|
||||
|
||||
openDefaultPorts = true;
|
||||
guiAddress = let
|
||||
|
||||
Reference in New Issue
Block a user