diff options
author | tazjin <tazjin@tvl.su> | 2022-01-31T09·54+0000 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-01-31T10·00+0000 |
commit | 0b4d8ed626dca11fd20af413ea996b5c27188a63 (patch) | |
tree | 3f409a394c4407b5188269e095fe22639db95cfe /users/tazjin/nixos | |
parent | f7d7da6aceb407b719cf4683a75878fd3aca319e (diff) |
revert: "feat(tazjin/tverskoy): Enable & persist gnome-keyring" r/3721
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 <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin/nixos')
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 3 |
1 files changed, 0 insertions, 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 |