Compare commits
	
		
			3 commits
		
	
	
		
			4532cb43fa
			...
			5bda7a8481
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 5bda7a8481 | |||
| 9bc508f4a6 | |||
| b81c42034b | 
					 3 changed files with 23 additions and 21 deletions
				
			
		|  | @ -1,6 +1,6 @@ | |||
| #!/bin/sh | ||||
| 
 | ||||
| file="$(mktemp --tmpdir=/dev/shm).php" | ||||
| file="$(mktemp)" | ||||
| cat - >"$file" | ||||
| ./vendor/bin/pint --quiet "$file" | ||||
| cat "$file" | ||||
|  |  | |||
|  | @ -12,6 +12,14 @@ | |||
|         "--volumes" | ||||
|       ]; | ||||
|     }; | ||||
|     daemon.settings = { | ||||
|       # needed by bitbucket runner ??? | ||||
|       log-driver = "json-file"; | ||||
|       log-opts = { | ||||
|         max-size = "10m"; | ||||
|         max-file = "3"; | ||||
|       }; | ||||
|     }; | ||||
|   }; | ||||
| 
 | ||||
|   programs.extra-container.enable = true; | ||||
|  |  | |||
							
								
								
									
										16
									
								
								user/ssh.nix
									
										
									
									
									
								
							
							
						
						
									
										16
									
								
								user/ssh.nix
									
										
									
									
									
								
							|  | @ -1,16 +1,8 @@ | |||
| { | ||||
|   config, | ||||
|   pkgs, | ||||
|   lib, | ||||
|   ... | ||||
| }: | ||||
| let | ||||
|   inherit (config.my) username mail; | ||||
| in | ||||
| { | ||||
|   config = { | ||||
|     programs.ssh.enable = true; | ||||
|     programs.ssh.matchBlocks = { | ||||
|     programs.ssh = { | ||||
|       enable = true; | ||||
|       matchBlocks = { | ||||
|         monolith = { | ||||
|           user = "lelgenio"; | ||||
|           hostname = "monolith.lelgenio.com"; | ||||
|  | @ -22,5 +14,7 @@ in | |||
|           port = 9022; | ||||
|         }; | ||||
|       }; | ||||
|       includes = [ "~/Wopus/.ssh.config" ]; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue