Commit 939fa2ab authored by Rasheeq Azad's avatar Rasheeq Azad
Browse files

nixos/users-groups: use submodule config in hashedPasswordFile.default

This fixes nixos-option of hashedPasswordFile.
parent bf82ea80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -377,7 +377,7 @@ let

        hashedPasswordFile = mkOption {
          type = with types; nullOr str;
          default = cfg.users.${name}.passwordFile;
          default = config.passwordFile;
          defaultText = literalExpression "null";
          description = ''
            The full path to a file that contains the hash of the user's