update to 22.11
This commit is contained in:
		
							parent
							
								
									5116ebbe0c
								
							
						
					
					
						commit
						1cf49d44c6
					
				
					 6 changed files with 55 additions and 40 deletions
				
			
		| 
						 | 
				
			
			@ -1,9 +1,9 @@
 | 
			
		|||
{ config, pkgs, lib, ... }: {
 | 
			
		||||
  boot.kernel.sysctl."net.ipv4.ip_forward" = true;
 | 
			
		||||
  virtualisation.docker.enable = true;
 | 
			
		||||
  services.gitlab-runner = with lib; {
 | 
			
		||||
  services.gitlab-runner = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    concurrent = 4;
 | 
			
		||||
    settings.concurrent = 4;
 | 
			
		||||
    services = {
 | 
			
		||||
      ci_test = {
 | 
			
		||||
        registrationConfigFile = "/srv/gitlab-runner/env/ci_test";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,7 +15,6 @@
 | 
			
		|||
    wlr.enable = true;
 | 
			
		||||
    # gtk portal needed to make gtk apps happy
 | 
			
		||||
    extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
 | 
			
		||||
    gtkUsePortal = true;
 | 
			
		||||
  };
 | 
			
		||||
  services.greetd = let
 | 
			
		||||
    greetd_main_script = pkgs.writeShellScriptBin "main" ''
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue