diff --git a/configuration.nix b/configuration.nix index 1206799..27db1c0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -68,6 +68,8 @@ services.printing.enable = true; systemd.enableEmergencyMode = false; environment.gnome.excludePackages = [ pkgs.gnome-tour ]; + security.pam.services.gdm-password.enableGnomeKeyring = true; + security.pam.services.gdm-autologin.enableGnomeKeyring = true; # ── Audio ────────────────────────────────────────────────── services.pulseaudio.enable = false; diff --git a/modules/core/sovran-hub.nix b/modules/core/sovran-hub.nix index df157a9..d0e51f9 100644 --- a/modules/core/sovran-hub.nix +++ b/modules/core/sovran-hub.nix @@ -219,6 +219,7 @@ let brave --app=http://localhost:8937 \ --class=sovran-hub \ --user-data-dir="$HUB_DATA" \ + --password-store=basic \ --disable-gpu \ --disable-features=WebRtcPipeWireCapturer \ --ozone-platform=wayland