nix format
This commit is contained in:
@@ -71,9 +71,7 @@ in
|
||||
|
||||
hashedPassword = mkOpt (nullOr str) null "Hashed password for the user.";
|
||||
|
||||
hashedPasswordFile =
|
||||
mkOpt (nullOr path) null
|
||||
"Path to the password file for this user account";
|
||||
hashedPasswordFile = mkOpt (nullOr path) null "Path to the password file for this user account";
|
||||
|
||||
mutableUsers = mkBoolOpt false "Whether users are mutable (can be modified after creation).";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user