removed custom pam.d configuration (latest pam.d package contains it out of the box)

main
Inga 🏳‍🌈 8 months ago
parent 6d3be7ed45
commit 7db4a4a73e
  1. 14
      README.md

@ -190,19 +190,7 @@ and replace `river` with `inga-river` in `/etc/greetd/environments`.
### Keyring
`doas apk add gnome-keyring`, and add relevant lines into `/etc/pam.d/greetd`, it should look like this:
```
#%PAM-1.0
auth include system-local-login
auth optional pam-gnome-keyring.so
account include system-local-login
session include system-local-login
session optional pam_gnome_keyring.so auto_start
```
`doas apk add gnome-keyring`
Add following lines to `/usr/local/bin/inga-river` before the call to river:

Loading…
Cancel
Save