fix: suppress Brave keyring prompt via --password-store=basic and PAM GNOME Keyring auto-unlock
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/731f35e7-10c0-4641-8ec4-bd02f0dc98b4 Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b17ccce53a
commit
f5d44e5c4b
@@ -68,6 +68,8 @@
|
|||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
systemd.enableEmergencyMode = false;
|
systemd.enableEmergencyMode = false;
|
||||||
environment.gnome.excludePackages = [ pkgs.gnome-tour ];
|
environment.gnome.excludePackages = [ pkgs.gnome-tour ];
|
||||||
|
security.pam.services.gdm-password.enableGnomeKeyring = true;
|
||||||
|
security.pam.services.gdm-autologin.enableGnomeKeyring = true;
|
||||||
|
|
||||||
# ── Audio ──────────────────────────────────────────────────
|
# ── Audio ──────────────────────────────────────────────────
|
||||||
services.pulseaudio.enable = false;
|
services.pulseaudio.enable = false;
|
||||||
|
|||||||
@@ -219,6 +219,7 @@ let
|
|||||||
brave --app=http://localhost:8937 \
|
brave --app=http://localhost:8937 \
|
||||||
--class=sovran-hub \
|
--class=sovran-hub \
|
||||||
--user-data-dir="$HUB_DATA" \
|
--user-data-dir="$HUB_DATA" \
|
||||||
|
--password-store=basic \
|
||||||
--disable-gpu \
|
--disable-gpu \
|
||||||
--disable-features=WebRtcPipeWireCapturer \
|
--disable-features=WebRtcPipeWireCapturer \
|
||||||
--ozone-platform=wayland
|
--ozone-platform=wayland
|
||||||
|
|||||||
Reference in New Issue
Block a user