Skip to content

Commit

Permalink
also 1password requres a GID > 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
prydom committed Mar 23, 2024
1 parent 4c37b1a commit 7b072b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/fedora-kinoite-laptop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ modules:
- type: script
snippets:
# WORKAROUND: Create the group for 1Password with the a consistent GID
# Also, 1Password doesn't use the --system flag on their groupadd call
- groupadd -g 962 "onepassword"
# Also, 1Password requires the GID to be > 1000
- groupadd -g 5001 "onepassword"

# Proprietary
- type: rpm-ostree
Expand Down

0 comments on commit 7b072b4

Please sign in to comment.