Merge pull request #160 from naturallaw777/copilot/fix-brave-keyring-prompt

fix: suppress Brave keyring prompt on Hub launch and GDM auto-login
This commit is contained in:
Sovran_Systems
2026-04-08 19:08:46 -05:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@@ -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;

View File

@@ -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