From ca0caffa50713d1d369d4718b404d83cd7fce26a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 15 Mar 2023 08:52:59 -0300 Subject: bin/reconfigure: Remove timeout limitation The cronjob has a timeout, and running manually can be enclosed by a timeout if required. --- bin/reconfigure | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'bin/reconfigure') diff --git a/bin/reconfigure b/bin/reconfigure index 63e255a..12b4382 100755 --- a/bin/reconfigure +++ b/bin/reconfigure @@ -92,10 +92,7 @@ if [ -e /run/current-system/configuration.scm ]; then sudo -ES guix system -v3 reconfigure "$XDG_CONFIG_HOME"/guix/system.scm fi -TWO_HOURS='7200' - -timeout "$TWO_HOURS" \ - guix home -v3 reconfigure "$XDG_CONFIG_HOME"/guix/home.scm +guix home -v3 reconfigure "$XDG_CONFIG_HOME"/guix/home.scm if [ -e /etc/nixos/configuration.nix ]; then pass show "$HOSTNAME"/andreh | -- cgit v1.2.3