mirror of
				https://github.com/Jokiller230/puzzlevision.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	feat: update VSCodium configuration
feat: add nil language server refactor: remove unnecessary ssh config content
This commit is contained in:
		
							parent
							
								
									a45e263617
								
							
						
					
					
						commit
						4966b26ec4
					
				
					 4 changed files with 12 additions and 31 deletions
				
			
		| 
						 | 
				
			
			@ -5,37 +5,8 @@
 | 
			
		|||
  namespace,
 | 
			
		||||
  config,
 | 
			
		||||
  ...
 | 
			
		||||
}: let
 | 
			
		||||
  sshDir = "${config.home.homeDirectory}/.ssh";
 | 
			
		||||
in {
 | 
			
		||||
}: {
 | 
			
		||||
  home.packages = with pkgs; [
 | 
			
		||||
    openssh
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  programs.ssh = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    extraConfig = ''
 | 
			
		||||
      AddKeysToAgent yes
 | 
			
		||||
    '';
 | 
			
		||||
 | 
			
		||||
    matchBlocks = {
 | 
			
		||||
      "github.com" = {
 | 
			
		||||
        identityFile = "${sshDir}/id_ed25519";
 | 
			
		||||
        identitiesOnly = true;
 | 
			
		||||
        user = "git";
 | 
			
		||||
      };
 | 
			
		||||
 | 
			
		||||
      "gitlab.com" = {
 | 
			
		||||
        identityFile = "${sshDir}/id_ed25519";
 | 
			
		||||
        identitiesOnly = true;
 | 
			
		||||
        user = "git";
 | 
			
		||||
      };
 | 
			
		||||
 | 
			
		||||
      "bitbucket.org" = {
 | 
			
		||||
        identityFile = "${sshDir}/id_ed25519";
 | 
			
		||||
        identitiesOnly = true;
 | 
			
		||||
        user = "git";
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue