nixfmt
This commit is contained in:
@@ -11,7 +11,7 @@ let
|
||||
in
|
||||
{
|
||||
options.${namespace}.user = with types; {
|
||||
email = lib.mkOption {
|
||||
email = lib.mkOption {
|
||||
type = str;
|
||||
default = "jalle008@proton.me";
|
||||
description = "The email of the user.";
|
||||
@@ -74,4 +74,4 @@ in
|
||||
hashedPasswordFile = cfg.passwordFile;
|
||||
} // cfg.extraOptions;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user