Address review feedback: Attempt to fix wonky indentation
This commit is contained in:
@@ -579,7 +579,8 @@ in rec {
|
|||||||
'' else "")
|
'' else "")
|
||||||
+ optionalString (def ? stopIfChanged && !def.stopIfChanged) ''
|
+ optionalString (def ? stopIfChanged && !def.stopIfChanged) ''
|
||||||
X-StopIfChanged=false
|
X-StopIfChanged=false
|
||||||
'' + optionalString (def ? notSocketActivated && def.notSocketActivated) ''
|
''
|
||||||
|
+ optionalString (def ? notSocketActivated && def.notSocketActivated) ''
|
||||||
X-NotSocketActivated=true
|
X-NotSocketActivated=true
|
||||||
'' + attrsToSection def.serviceConfig);
|
'' + attrsToSection def.serviceConfig);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -437,7 +437,6 @@ in
|
|||||||
restartTriggers = [ config.environment.etc."udev/rules.d".source ];
|
restartTriggers = [ config.environment.etc."udev/rules.d".source ];
|
||||||
notSocketActivated = true;
|
notSocketActivated = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
|||||||
Reference in New Issue
Block a user