Compare commits
	
		
			1 Commits
		
	
	
		
			38884349aa
			...
			039f3fabe9
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 039f3fabe9 | 
| @ -29,9 +29,6 @@ | |||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|   # Allow gitea user to send mail |  | ||||||
|   users.users.gitea.extraGroups = [ "mail-robot" ]; |  | ||||||
| 
 |  | ||||||
|   services.gitea-actions-runner.instances = { |   services.gitea-actions-runner.instances = { | ||||||
|     runrun = { |     runrun = { | ||||||
|       enable = true; |       enable = true; | ||||||
|  | |||||||
| @ -1,11 +1,8 @@ | |||||||
| { config, lib, ... }: | { config, lib, ... }: | ||||||
| { | { | ||||||
|   # Robot user that can see the password to send mail from jungle-robot |  | ||||||
|   users.groups.mail-robot = {}; |  | ||||||
| 
 |  | ||||||
|   age.secrets.jungleRobotPassword = { |   age.secrets.jungleRobotPassword = { | ||||||
|     file = ../../secrets/jungle-robot-password.age; |     file = ../../secrets/jungle-robot-password.age; | ||||||
|     group = "mail-robot"; |     group = "gitea"; | ||||||
|     mode = "440"; |     mode = "440"; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -72,8 +72,9 @@ | |||||||
|         ''; |         ''; | ||||||
|         serviceConfig = { |         serviceConfig = { | ||||||
|           Type = "oneshot"; |           Type = "oneshot"; | ||||||
|           DynamicUser = true; |           User = "nobody"; | ||||||
|           Group = "mail-robot"; |           # FIXME: Use an specific group for this | ||||||
|  |           Group = "gitea"; | ||||||
|         }; |         }; | ||||||
|       }; |       }; | ||||||
|     }; |     }; | ||||||
|  | |||||||
| @ -3,6 +3,7 @@ | |||||||
| , lib | , lib | ||||||
| , fetchFromGitHub | , fetchFromGitHub | ||||||
| , pkg-config | , pkg-config | ||||||
|  | , perl | ||||||
| , numactl | , numactl | ||||||
| , hwloc | , hwloc | ||||||
| , boost | , boost | ||||||
| @ -10,7 +11,6 @@ | |||||||
| , ovni | , ovni | ||||||
| , nosv | , nosv | ||||||
| , clangOmpss2 | , clangOmpss2 | ||||||
| , which |  | ||||||
| , useGit ? false | , useGit ? false | ||||||
| , gitUrl ? "ssh://git@gitlab-internal.bsc.es/nos-v/nodes.git" | , gitUrl ? "ssh://git@gitlab-internal.bsc.es/nos-v/nodes.git" | ||||||
| , gitBranch ? "master" | , gitBranch ? "master" | ||||||
| @ -59,7 +59,6 @@ in | |||||||
|     doCheck = false; |     doCheck = false; | ||||||
|     nativeCheckInputs = [ |     nativeCheckInputs = [ | ||||||
|       clangOmpss2 |       clangOmpss2 | ||||||
|       which |  | ||||||
|     ]; |     ]; | ||||||
| 
 | 
 | ||||||
|     # The "bindnow" flags are incompatible with ifunc resolution mechanism. We |     # The "bindnow" flags are incompatible with ifunc resolution mechanism. We | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user