Unverified Commit 8414b2a6 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

nixos/users-groups: use submodule config in hashedPasswordFile.default (#432944)

parents 87848bf0 939fa2ab
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