nixos/modules: remove a few whitespaces from the pw override parts

Otherwise the evaluation warnings have a two or even three lines of
whitespace between paragraphs.
This commit is contained in:
Maximilian Bosch
2024-12-22 15:32:56 +01:00
parent b84fb1e5cd
commit cb9b3fd788
+2 -8
View File
@@ -53,13 +53,9 @@ let
"*" # password unset
]);
overrideOrderMutable = ''
{option}`initialHashedPassword` -> {option}`initialPassword` -> {option}`hashedPassword` -> {option}`password` -> {option}`hashedPasswordFile`
'';
overrideOrderMutable = ''{option}`initialHashedPassword` -> {option}`initialPassword` -> {option}`hashedPassword` -> {option}`password` -> {option}`hashedPasswordFile`'';
overrideOrderImmutable = ''
{option}`initialHashedPassword` -> {option}`hashedPassword` -> {option}`initialPassword` -> {option}`password` -> {option}`hashedPasswordFile`
'';
overrideOrderImmutable = ''{option}`initialHashedPassword` -> {option}`hashedPassword` -> {option}`initialPassword` -> {option}`password` -> {option}`hashedPasswordFile`'';
overrideOrderText = isMutable: ''
If the option {option}`users.mutableUsers` is
@@ -1002,9 +998,7 @@ in {
& `hashedPasswordFile` set to a non-null value.
${multiplePasswordsWarning}
${overrideOrderText cfg.mutableUsers}
The values of these options are:
${concatMapStringsSep
"\n"