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