From 78c6e978b36a5caff66be5cfad409d77f88e0fde Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Sat, 21 Jun 2025 15:32:38 +0200 Subject: [PATCH] wildfire: 305 current 2025-06-21 15:32:32 25.05.20250617.36ab78d 6.15.2 * add keyring --- modules/common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/common.nix b/modules/common.nix index 73e9f17..db8f01c 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -134,6 +134,9 @@ daemon.enable = true; # Background virus scanning updater.enable = true; # Automatic signature updates }; + + # Enable GNOME keyring for password management + gnome.gnome-keyring.enable = true; }; # ================================