From 8e2cc4193208fc44fe954057abb054e72280f4d5 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 27 Nov 2023 14:20:43 -0800 Subject: [PATCH] updated configuraiton.nix --- configuration.nix | 1 + modules/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 21cc5a4..99f057e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -67,6 +67,7 @@ description = "free"; extraGroups = [ "networkmanager" "wheel" ]; }; + }; # Workaround for GNOME autologin: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229 systemd.services."getty@tty1".enable = true; diff --git a/modules/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.nix b/modules/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.nix index b3ec70a..7f995ac 100644 --- a/modules/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.nix +++ b/modules/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.nix @@ -11,7 +11,7 @@ }; serviceConfig = { - ExecStart = "/run/current-system/sw/bin/wget https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS/raw/branch/main/file_fixes_and_new_services/Sovran_SystemsOS_File_Fixes_And_New_Services.sh -O /home/free/Downloads/Sovran_SystemsOS_File_Fixes_And_New_Services.sh ; /run/current-system/sw/bin/bash /home/free/Downloads/Sovran_SystemsOS_File_Fixes_And_New_Services.sh"; + 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_File_Fixes_And_New_Services.sh -O /home/free/Downloads/Sovran_SystemsOS_File_Fixes_And_New_Services.sh ; /run/current-system/sw/bin/bash /home/free/Downloads/Sovran_SystemsOS_File_Fixes_And_New_Services.sh"; RemainAfterExit = "yes"; User = "root"; Type = "oneshot";