1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

added ssh-keyring

Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@gmail.com>
This commit is contained in:
Stefan Ellmauthaler 2021-10-02 15:14:20 +02:00
parent 0ec3b4acc1
commit 36ec1b1d1d

View File

@ -23,7 +23,7 @@
network-manager-applet.enable = true ;
gnome-keyring = {
enable = true;
components = [ "pkcs11" "secrets" ];
components = [ "pkcs11" "secrets" "ssh" ];
};
};