missing semicolon
This commit is contained in:
		
							parent
							
								
									c25f1f4cf1
								
							
						
					
					
						commit
						4b05726aa8
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1289,7 +1289,7 @@ Dalinar's config is of course server oriented.
 | 
				
			||||||
      enable = true;
 | 
					      enable = true;
 | 
				
			||||||
      serviceConfig = {
 | 
					      serviceConfig = {
 | 
				
			||||||
        Type = "oneshot";
 | 
					        Type = "oneshot";
 | 
				
			||||||
        ExecStart = with pkgs.docker "sh -c /home/chris/bin/mail-cert-renew"
 | 
					        ExecStart = with pkgs.docker "sh -c /home/chris/bin/mail-cert-renew";
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -238,7 +238,7 @@
 | 
				
			||||||
      enable = true;
 | 
					      enable = true;
 | 
				
			||||||
      serviceConfig = {
 | 
					      serviceConfig = {
 | 
				
			||||||
        Type = "oneshot";
 | 
					        Type = "oneshot";
 | 
				
			||||||
        ExecStart = with pkgs.docker "sh -c /home/chris/bin/mail-cert-renew"
 | 
					        ExecStart = with pkgs.docker "sh -c /home/chris/bin/mail-cert-renew";
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue