@@ -414,7 +414,7 @@ warning_prompt() {
check_selinux() {
# Only on Non-NixOS based systems
if ! command -v nixos-version >/dev/null 2>&1; then
if command -v nixos-version >/dev/null 2>&1; then
return 0
fi
The note is not visible to the blocked user.