Skip to content

Instantly share code, notes, and snippets.

@Vftdan
Created January 15, 2022 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vftdan/6232a958c0bc5df2bcd7bcede78f4068 to your computer and use it in GitHub Desktop.
Save Vftdan/6232a958c0bc5df2bcd7bcede78f4068 to your computer and use it in GitHub Desktop.
Hide nixbuild accounts from lighdm in Linux Mint / Ubuntu Bionic.
#! /bin/sh
for i in $(seq 32); do \
cat > /var/lib/AccountsService/users/nixbld"$i" <<EOF
[User]
SystemAccount=true
EOF
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment