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

This commit is contained in:
h7x4
2025-10-20 04:53:13 +00:00
committed by GitHub
+1 -1
View File
@@ -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