enable ssh agent
This commit is contained in:
parent
64269a8982
commit
d289649c49
1 changed files with 8 additions and 0 deletions
|
@ -36,6 +36,14 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services.desktopManager.plasma6.enable = true;
|
services.desktopManager.plasma6.enable = true;
|
||||||
|
|
||||||
|
programs.ssh = {
|
||||||
|
startAgent = true;
|
||||||
|
enableAskPassword = false;
|
||||||
|
extraConfig = ''
|
||||||
|
AddKeysToAgent yes
|
||||||
|
'';
|
||||||
|
};
|
||||||
programs.firefox.nativeMessagingHosts.packages = with pkgs.kdePackages; [
|
programs.firefox.nativeMessagingHosts.packages = with pkgs.kdePackages; [
|
||||||
plasma-browser-integration
|
plasma-browser-integration
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue