updated install file
This commit is contained in:
		| @@ -0,0 +1,24 @@ | ||||
| {config, pkgs, lib, ...}: | ||||
|  | ||||
| { | ||||
|  | ||||
| 	systemd.services.Sovran_SystemsOS_Light_File_Fixes_And_New_Services = { | ||||
| 	   | ||||
|  | ||||
| 	  unitConfig = { | ||||
| 	    After = "btcpayserver.service"; | ||||
| 	    Requires = "network-online.target"; | ||||
| 	  }; | ||||
| 	    | ||||
| 	  serviceConfig = { | ||||
| 	    ExecStart = "/run/current-system/sw/bin/wget https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS_Light/raw/branch/main/file_fixes_and_new_services/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.sh -O /home/free/Downloads/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.sh ; /run/current-system/sw/bin/bash /home/free/Downloads/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.sh"; | ||||
| 	    RemainAfterExit = "yes"; | ||||
| 	    User = "root"; | ||||
| 	    Type = "oneshot"; | ||||
| 	  }; | ||||
|  | ||||
| 	  wantedBy = [ "multi-user.target" ]; | ||||
| 	 | ||||
| 	}; | ||||
|  | ||||
| } | ||||
							
								
								
									
										10
									
								
								Sovran_SystemsOS_Light_Upload/modules/modules.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Sovran_SystemsOS_Light_Upload/modules/modules.nix
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
| { config, pkgs, lib, ... }: | ||||
|  | ||||
| { | ||||
|  | ||||
| 	imports = [	 | ||||
|  | ||||
| 		./Sovran_SystemsOS_Light_File_Fixes_And_New_Services.nix | ||||
| 		 | ||||
| 		]; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user