fix: correct indentation in systemd service definitions
Corrects the indentation in the systemd service and timer definitions within the default.nix configuration file. This improves the readability and maintenance of the code.
This commit is contained in:
		
							parent
							
								
									8cd5ce67a9
								
							
						
					
					
						commit
						2b559eb9ad
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		|  | @ -32,8 +32,8 @@ | |||
|   xdg.enable = true; | ||||
|   xdg.mime.enable = true; | ||||
| 
 | ||||
| /* ***************************************** | ||||
|   systemd.user.services = { | ||||
|   /* ***************************************** | ||||
|     systemd.user.services = { | ||||
|     render_blog = { | ||||
|       Service = { | ||||
|         Type = "oneshot"; | ||||
|  | @ -59,16 +59,16 @@ | |||
|       }; | ||||
|       Install.WantedBy = [ "default.target" ]; | ||||
|     }; | ||||
|   }; | ||||
|     }; | ||||
| 
 | ||||
|   systemd.user.timers = { | ||||
|     systemd.user.timers = { | ||||
|     render_blog = { | ||||
|       Timer = { | ||||
|         OnCalendar = "hourly"; | ||||
|       }; | ||||
|       Install.WantedBy = [ "timers.target" ]; | ||||
|     }; | ||||
|   }; | ||||
|     }; | ||||
|   ***************************** */ | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue