@@ -0,0 +1,24 @@
{
config,
lib,
pkgs,
inputs,
...
}:
users.users.joe = {
isNormalUser = true;
description = "Joe bellus";
extraGroups = [
"networkmanager"
"wheel"
"audio"
"docker"
"libvirtd"
"dialout"
"tty"
];
};
}
The note is not visible to the blocked user.