From d71df2f73b12795dfa5353e5a19f53ea1814b00e Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Fri, 1 Dec 2023 22:05:02 -0800 Subject: [PATCH] updated the nix files --- ...emsOS_Light_File_Fixes_And_New_Services.sh | 2 -- .../Sovran_SystemsOS_Light_Updater_Script.nix | 26 ------------------- 2 files changed, 28 deletions(-) delete mode 100644 modules/Sovran_SystemsOS_Light_Updater_Script.nix diff --git a/file_fixes_and_new_services/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.sh b/file_fixes_and_new_services/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.sh index f8f9c99..d64a895 100644 --- a/file_fixes_and_new_services/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.sh +++ b/file_fixes_and_new_services/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.sh @@ -1,7 +1,5 @@ #!/usr/bin/env bash -cd /home/free/Downloads - #### SCRIPT 1 #### diff --git a/modules/Sovran_SystemsOS_Light_Updater_Script.nix b/modules/Sovran_SystemsOS_Light_Updater_Script.nix deleted file mode 100644 index ca5c95e..0000000 --- a/modules/Sovran_SystemsOS_Light_Updater_Script.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ config, pkgs, lib, ... }: - -{ - -systemd.services.Sovran_SystemsOS_Light_Updater = { - - script = '' - - flatpak update - - ''; - - unitConfig = { - Type = "simple"; - }; - - serviceConfig = { - RemainAfterExit = "no"; - Type = "oneshot"; - }; - - wantedBy = [ "multi-user.target" ]; - - }; - -} \ No newline at end of file