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:
parent
0ec3b4acc1
commit
36ec1b1d1d
@ -23,7 +23,7 @@
|
|||||||
network-manager-applet.enable = true ;
|
network-manager-applet.enable = true ;
|
||||||
gnome-keyring = {
|
gnome-keyring = {
|
||||||
enable = true;
|
enable = true;
|
||||||
components = [ "pkcs11" "secrets" ];
|
components = [ "pkcs11" "secrets" "ssh" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user