From 0b4d8ed626dca11fd20af413ea996b5c27188a63 Mon Sep 17 00:00:00 2001 From: tazjin Date: Mon, 31 Jan 2022 09:54:35 +0000 Subject: revert: "feat(tazjin/tverskoy): Enable & persist gnome-keyring" This reverts commit 24b6fe0e101c14419070d87863c24415eeed32b8. Reason for revert: gnome-keyring coredumps constantly and blocks PAM logins, also it doesn't actually work. Change-Id: I437a78b2476928004ed3672de0b33fc002f218f9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5161 Tested-by: BuildkiteCI Reviewed-by: tazjin Autosubmit: tazjin --- users/tazjin/nixos/tverskoy/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index ab44c3b98e4f..24a4a2d49122 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -201,9 +201,6 @@ in lib.fix(self: { maxFreed = 10; # GiB preserveGenerations = "14d"; }; - - # Run keyring daemon, solely required by Fractal. - gnome.gnome-keyring.enable = true; }; # Set variables to enable EXWM-XIM -- cgit 1.4.1