From a9cfedd2b08819a41491cc7f9abf49bb5a1f9f22 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Wed, 21 Jun 2023 14:33:36 -0700 Subject: [PATCH] updated sturcture for updates --- modules/Sovran_SystemsOS_File_Fixes_And_New_Services.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"; };