Unverified Commit ae8bb43d authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

nixos/maddy: remove absolute path literals (#513213)

parents be8392fa 988be666
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -329,8 +329,8 @@ in
          This option does not delete accounts which are not (anymore) listed.
        '';
        example = {
          "user1@localhost".passwordFile = /secrets/user1-localhost;
          "user2@localhost".passwordFile = /secrets/user2-localhost;
          "user1@localhost".passwordFile = "/secrets/user1-localhost";
          "user2@localhost".passwordFile = "/secrets/user2-localhost";
        };
        type = lib.types.attrsOf (
          lib.types.submodule {