Commit 878be9c2 authored by Andreas Fuchs's avatar Andreas Fuchs
Browse files

Address review feedback: Attempt to fix wonky indentation

parent d95a8f5a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -579,7 +579,8 @@ in rec {
      '' else "")
       + optionalString (def ? stopIfChanged && !def.stopIfChanged) ''
         X-StopIfChanged=false
       '' + optionalString (def ? notSocketActivated && def.notSocketActivated) ''
      ''
       + optionalString (def ? notSocketActivated && def.notSocketActivated) ''
         X-NotSocketActivated=true
      '' + attrsToSection def.serviceConfig);
    };
+3 −4
Original line number Diff line number Diff line
@@ -437,7 +437,6 @@ in
      restartTriggers = [ config.environment.etc."udev/rules.d".source ];
      notSocketActivated = true;
    };

  };

  imports = [