Enable strictDeps on all our toplevel packages #12
| @ -2,6 +2,7 @@ | ||||
| 
 | ||||
| { | ||||
|   age.secrets.ovniToken.file = ../../secrets/ovni-token.age; | ||||
|   age.secrets.gitlabToken.file = ../../secrets/gitlab-bsc-es-token.age; | ||||
|   age.secrets.nosvToken.file = ../../secrets/nosv-token.age; | ||||
| 
 | ||||
|   services.gitlab-runner = { | ||||
| @ -20,6 +21,18 @@ | ||||
|           SHELL = "${pkgs.bash}/bin/bash"; | ||||
|         }; | ||||
|       }; | ||||
|       gitlab-bsc-es-shell = { | ||||
|         registrationConfigFile = config.age.secrets.gitlabToken.path; | ||||
|         executor = "shell"; | ||||
|         tagList = [ "nix" "xeon" ]; | ||||
|         registrationFlags = [ | ||||
|           # Using space doesn't work, and causes it to misread the next flag | ||||
|           "--locked='false'" | ||||
|         ]; | ||||
|         environmentVariables = { | ||||
|           SHELL = "${pkgs.bash}/bin/bash"; | ||||
|         }; | ||||
|       }; | ||||
|       ovni-docker = { | ||||
|         registrationConfigFile = config.age.secrets.ovniToken.path; | ||||
|         dockerImage = "debian:stable"; | ||||
|  | ||||
							
								
								
									
										11
									
								
								secrets/gitlab-bsc-es-token.age
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								secrets/gitlab-bsc-es-token.age
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,11 @@ | ||||
| age-encryption.org/v1 | ||||
| -> ssh-ed25519 HY2yRg caTbx0NBmsTSmZH4HtBaxhsauWqWUDTesJqT08UsoEQ | ||||
| 8ND31xuco+H8d5SKg8xsCFRPVDhU4d8UKwV1BnmKVjQ | ||||
| -> ssh-ed25519 CAWG4Q 4ETYuhCwHHECkut4DWDknMMgpAvFqtzLWVC2Wi2L8FM | ||||
| BGMvRnAfd8qZG5hzLefmk32FkGvwzE9pqBUyx4JY0co | ||||
| -> ssh-ed25519 MSF3dg hj5QL4ZfylN8/W/MXQHvVqtI7mRvlQOYr8HsaQEmPB0 | ||||
| kvB7sljmmkswSGZDQnrwdTbTsN78EAwH3pz1pPe0Hu0 | ||||
| -> )Q-grease vHF} [8p1> @7z;C"/ | ||||
| tgSUKFyyrf2jLXZp+pakigwB2fRO/WFj2Qnt1aPjtVPEK92JbJ4 | ||||
| --- xzM0AhV4gTQE0Q7inJNo9vFj+crJQxWeI7u9pl7bqAI | ||||
| á6nGJÖ0Bˆ’7F° –bßÙ½2®L³äÇ]²2zl<7A>À&e†KÄx®àé9SWNàV"MfŽ€ëÙKHUC:1b;9St‰ëõ±Duѧç‹Ï¢žÌŸ¡<02>èÐéîÀ–<C380>ÔfÕ7¨î1§I(õdÓþô‡ïó | ||||
| @ -6,6 +6,7 @@ let | ||||
|   safe = keys.hostGroup.safe ++ adminsKeys; | ||||
| in | ||||
| { | ||||
|   "gitlab-bsc-es-token.age".publicKeys = hut; | ||||
|   "ovni-token.age".publicKeys = hut; | ||||
|   "nosv-token.age".publicKeys = hut; | ||||
|   "nix-serve.age".publicKeys = hut; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user