Update :/

This commit is contained in:
Tim Schubert 2020-09-25 16:25:31 +02:00
parent 25ef3eaca5
commit c9a68e62c7
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13
5 changed files with 21 additions and 14 deletions

View file

@ -1,7 +1,7 @@
{ config, ... }:
{
services.gnome-keyring = {
enable = true;
components = [ "pkcs11" "secrets" "ssh" ];
enable = false;
components = [ "pkcs11" "secrets" ];
};
}