diff --git a/modules/Sovran_SystemsOS_File_Fixes_And_New_Services.nix b/modules/Sovran_SystemsOS_File_Fixes_And_New_Services.nix index 157898b..0de7d06 100644 --- a/modules/Sovran_SystemsOS_File_Fixes_And_New_Services.nix +++ b/modules/Sovran_SystemsOS_File_Fixes_And_New_Services.nix @@ -10,7 +10,7 @@ cd /home/free/Downloads - wget "https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS_File_Fixes_And_New_Services.sh" + wget https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS_File_Fixes_And_New_Services.sh bash /home/free/Downloads/Sovran_SystemsOS_File_Fixes_And_New_Services.sh @@ -21,7 +21,6 @@ ''; unitConfig = { - Type = "simple"; After = "NetworkManager.service"; Requires = "network-online.target"; };