nix format

This commit is contained in:
mjallen18
2026-01-07 09:17:34 -06:00
parent 98c627531c
commit dabd791fac
20 changed files with 546 additions and 316 deletions

View File

@@ -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).";
};