@@ -0,0 +1,12 @@
{ pkgs, config, ... }:
{
users.mutableUsers = false;
users = {
"${config.services.userdata.username}" = {
isNormalUser = true;
hashedPassword = config.services.userdata.hashedMasterPassword;
};
}
The note is not visible to the blocked user.