Commit 3d6a5ad6 authored by K900's avatar K900
Browse files

systemd-lib: fix automount generation after 9fbf82d9

This one got missed in the refactor.
parent 2fba629f
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -435,8 +435,7 @@ in rec {

  automountToUnit = name: def:
    { inherit (def) aliases wantedBy requiredBy enable overrideStrategy;
      text = commonUnitText def +
        ''
      text = commonUnitText def ''
        [Automount]
        ${attrsToSection def.automountConfig}
      '';