feat: Remove warp-svc auto-start from x86_64-linux configuration
The system's configuration for x86_64-linux architecture has been modified. Specifically, warp-svc will not be started automatically anymore, as its reference in the "wants" section of "multi-user" targets in systemd configuration has been removed.
This commit is contained in:
		
							parent
							
								
									86c676062c
								
							
						
					
					
						commit
						b50c8aee66
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -23,7 +23,6 @@ with lib.metacfg; | |||
|   ]; | ||||
| 
 | ||||
|   systemd.packages = [ pkgs.cloudflare-warp ]; # for warp-cli | ||||
|   systemd.targets.multi-user.wants = [ "warp-svc.service" ]; # causes warp-svc to be started automatically | ||||
| 
 | ||||
|   virtualisation = { | ||||
|     docker.enable = true; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue