feat: Comment out systemd.user.services in default.nix
The systemd.user.services block in the default.nix file has been commented out. This change is vital if the associated services are not meant to be used or activated, avoiding any potential conflicts or issues.
This commit is contained in:
		
							parent
							
								
									a6460fede4
								
							
						
					
					
						commit
						86c676062c
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -32,6 +32,7 @@ | |||
|   xdg.enable = true; | ||||
|   xdg.mime.enable = true; | ||||
| 
 | ||||
| /* ***************************************** | ||||
|   systemd.user.services = { | ||||
|     render_blog = { | ||||
|       Service = { | ||||
|  | @ -68,5 +69,6 @@ | |||
|       Install.WantedBy = [ "timers.target" ]; | ||||
|     }; | ||||
|   }; | ||||
|   ***************************** */ | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue