ssh agent
This commit is contained in:
@@ -99,6 +99,9 @@ in
|
|||||||
"LIBVA_DRIVER_NAME,nvidia"
|
"LIBVA_DRIVER_NAME,nvidia"
|
||||||
"GBM_BACKEND,nvidia-drm"
|
"GBM_BACKEND,nvidia-drm"
|
||||||
"__GLX_VENDOR_LIBRARY_NAME,nvidia"
|
"__GLX_VENDOR_LIBRARY_NAME,nvidia"
|
||||||
|
]
|
||||||
|
++ lib.optionals osConfig.programs.ssh.startAgent [
|
||||||
|
"SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent"
|
||||||
];
|
];
|
||||||
|
|
||||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||||
|
|||||||
@@ -63,6 +63,7 @@ in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
'';
|
'';
|
||||||
|
programs.ssh.startAgent = true;
|
||||||
|
|
||||||
custom = {
|
custom = {
|
||||||
cli-tools.enable = true;
|
cli-tools.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user