Compare commits
	
		
			2 commits
		
	
	
		
			146fce638b
			...
			85147a4fd6
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 85147a4fd6 | |||
| 90f5fa3de8 | 
					 2 changed files with 10 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -104,6 +104,7 @@ let
 | 
			
		|||
      shellcheck
 | 
			
		||||
      mtr
 | 
			
		||||
      ripgrep
 | 
			
		||||
      fd
 | 
			
		||||
      gitui
 | 
			
		||||
      lazygit
 | 
			
		||||
      pre-commit
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,6 +3,7 @@
 | 
			
		|||
  inputs,
 | 
			
		||||
  config,
 | 
			
		||||
  system,
 | 
			
		||||
  lib,
 | 
			
		||||
  ...
 | 
			
		||||
}:
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -30,15 +31,20 @@ in
 | 
			
		|||
    enable = true;
 | 
			
		||||
    # ssh host config
 | 
			
		||||
    matchBlocks = {
 | 
			
		||||
      "hydra01" = {
 | 
			
		||||
 | 
			
		||||
      "*" = {
 | 
			
		||||
        extraOptions.IdentityAgent = "\"~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock\"";
 | 
			
		||||
      };
 | 
			
		||||
 | 
			
		||||
      "hydra01" = lib.hm.dag.entryAfter ["*"] {
 | 
			
		||||
        hostname = "hydra01.access.whq.gocept.net";
 | 
			
		||||
        user = "os";
 | 
			
		||||
      };
 | 
			
		||||
      "fcio-whq-jump" = {
 | 
			
		||||
      "fcio-whq-jump" = lib.hm.dag.entryAfter ["*"] {
 | 
			
		||||
        hostname = "vpn-whq.services.fcio.net";
 | 
			
		||||
        extraOptions.LogLevel = "Verbose";
 | 
			
		||||
      };
 | 
			
		||||
      "fcio-rzob-jump" = {
 | 
			
		||||
      "fcio-rzob-jump" = lib.hm.dag.entryAfter ["*"] {
 | 
			
		||||
        hostname = "vpn-rzob.services.fcio.net";
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue