From c70e018571bf3ed854f0b72cfdcee27d1eb3cacb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 12 Oct 2025 17:38:27 -0400 Subject: [PATCH] Add the default keyring to existing systems cc @ryanrhughes --- migrations/1760304963.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 migrations/1760304963.sh diff --git a/migrations/1760304963.sh b/migrations/1760304963.sh new file mode 100644 index 00000000..4545e3e0 --- /dev/null +++ b/migrations/1760304963.sh @@ -0,0 +1,3 @@ +echo "Add a default keyring for gnome-keyring that unlocks on login" + +bash "$OMARCHY_PATH/install/login/default-keyring.sh"