Remove unused configuration and commented code
Eliminated obsolete systemPath entry from Darwin services default configuration. Removed unused foreign-env plugin and commented code related to shell initialization in Fish configuration. Additionally, commented out unnecessary SSH configuration options in user-specific settings.
This commit is contained in:
parent
3953362456
commit
f806db9a11
3 changed files with 2 additions and 29 deletions
|
@ -12,8 +12,8 @@
|
|||
};
|
||||
|
||||
programs.ssh.extraConfig = ''
|
||||
UseKeychain yes
|
||||
AddKeysToAgent yes
|
||||
#UseKeychain yes
|
||||
#AddKeysToAgent yes
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
'';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue